-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9478596
Showing
237 changed files
with
91,485 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: c9bba54b4db7e5e4c00c9e85a8266d30 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+37.1 KB
.doctrees/reference/generated/batgrl.gadgets.behaviors.button_behavior.doctree
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+34.9 KB
.doctrees/reference/generated/batgrl.gadgets.behaviors.focusable.doctree
Binary file not shown.
Binary file added
BIN
+48.5 KB
.doctrees/reference/generated/batgrl.gadgets.behaviors.grabbable.doctree
Binary file not shown.
Binary file added
BIN
+50.5 KB
.doctrees/reference/generated/batgrl.gadgets.behaviors.movable.doctree
Binary file not shown.
Binary file added
BIN
+48.9 KB
.doctrees/reference/generated/batgrl.gadgets.behaviors.movable_children.doctree
Binary file not shown.
Binary file added
BIN
+41.5 KB
.doctrees/reference/generated/batgrl.gadgets.behaviors.resizable.doctree
Binary file not shown.
Binary file added
BIN
+16.2 KB
.doctrees/reference/generated/batgrl.gadgets.behaviors.themable.doctree
Binary file not shown.
Binary file added
BIN
+53.9 KB
.doctrees/reference/generated/batgrl.gadgets.behaviors.toggle_button_behavior.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+347 KB
.doctrees/reference/generated/batgrl.gadgets.braille_video_player.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
********************** | ||
batgrl Documentation | ||
********************** | ||
|
||
Welcome to the batgrl docs. batgrl stands for badass terminal graphics library. | ||
It can render transparent images, animations, or videos. Perfect for simulation | ||
visualizations, games, or GUIs. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
User Guide <user/index> | ||
API reference <reference/index> | ||
|
||
**Version**: |release| | ||
|
||
**Links**: | ||
`Source <https://github.com/salt-die/batgrl>`_ | | ||
`Examples <https://github.com/salt-die/batgrl/tree/main/examples>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
batgrl.app | ||
========== | ||
|
||
.. automodule:: batgrl.app | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
|
||
run_gadget_as_app | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
App | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
32 changes: 32 additions & 0 deletions
32
_sources/reference/generated/batgrl.colors.color_types.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
batgrl.colors.color\_types | ||
========================== | ||
|
||
.. automodule:: batgrl.colors.color_types | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
AColor | ||
Color | ||
ColorPair | ||
ColorTheme | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
batgrl.colors.colors | ||
==================== | ||
|
||
.. automodule:: batgrl.colors.colors | ||
|
||
|
||
|
||
.. rubric:: Module Attributes | ||
|
||
.. autosummary:: | ||
|
||
WHITE | ||
BLACK | ||
RED | ||
GREEN | ||
BLUE | ||
YELLOW | ||
CYAN | ||
MAGENTA | ||
AWHITE | ||
ABLACK | ||
ARED | ||
AGREEN | ||
ABLUE | ||
AYELLOW | ||
ACYAN | ||
AMAGENTA | ||
TRANSPARENT | ||
WHITE_ON_BLACK | ||
BLACK_ON_BLACK | ||
DEFAULT_COLOR_THEME | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
31 changes: 31 additions & 0 deletions
31
_sources/reference/generated/batgrl.colors.gradients.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
batgrl.colors.gradients | ||
======================= | ||
|
||
.. automodule:: batgrl.colors.gradients | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
|
||
gradient | ||
lerp_colors | ||
rainbow_gradient | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
batgrl.colors | ||
============= | ||
|
||
.. automodule:: batgrl.colors | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Modules | ||
|
||
.. autosummary:: | ||
:toctree: | ||
:recursive: | ||
|
||
batgrl.colors.color_types | ||
batgrl.colors.colors | ||
batgrl.colors.gradients | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
batgrl.easings | ||
============== | ||
|
||
.. automodule:: batgrl.easings | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
|
||
in_back | ||
in_bounce | ||
in_circ | ||
in_cubic | ||
in_elastic | ||
in_exp | ||
in_out_back | ||
in_out_bounce | ||
in_out_circ | ||
in_out_cubic | ||
in_out_elastic | ||
in_out_exp | ||
in_out_quad | ||
in_out_quart | ||
in_out_quint | ||
in_out_sine | ||
in_quad | ||
in_quart | ||
in_quint | ||
in_sine | ||
linear | ||
out_back | ||
out_bounce | ||
out_circ | ||
out_cubic | ||
out_elastic | ||
out_exp | ||
out_quad | ||
out_quart | ||
out_quint | ||
out_sine | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
batgrl.figfont | ||
============== | ||
|
||
.. automodule:: batgrl.figfont | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
FIGFont | ||
FullLayout | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
29 changes: 29 additions & 0 deletions
29
_sources/reference/generated/batgrl.gadgets.animation.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
batgrl.gadgets.animation | ||
======================== | ||
|
||
.. automodule:: batgrl.gadgets.animation | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
Animation | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
29 changes: 29 additions & 0 deletions
29
_sources/reference/generated/batgrl.gadgets.bar_chart.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
batgrl.gadgets.bar\_chart | ||
========================= | ||
|
||
.. automodule:: batgrl.gadgets.bar_chart | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
BarChart | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
30 changes: 30 additions & 0 deletions
30
_sources/reference/generated/batgrl.gadgets.behaviors.button_behavior.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
batgrl.gadgets.behaviors.button\_behavior | ||
========================================= | ||
|
||
.. automodule:: batgrl.gadgets.behaviors.button_behavior | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
ButtonBehavior | ||
ButtonState | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Oops, something went wrong.