-
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 2cc6063
Showing
278 changed files
with
105,916 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: 37bd1c24a84005e5d5a824d0defbb1b2 | ||
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 not shown.
Binary file added
BIN
+38.8 KB
.doctrees/reference/generated/batgrl.gadgets.behaviors.button_behavior.doctree
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+42 KB
.doctrees/reference/generated/batgrl.gadgets.behaviors.focusable.doctree
Binary file not shown.
Binary file added
BIN
+39.9 KB
.doctrees/reference/generated/batgrl.gadgets.behaviors.grabbable.doctree
Binary file not shown.
Binary file added
BIN
+42.1 KB
.doctrees/reference/generated/batgrl.gadgets.behaviors.movable.doctree
Binary file not shown.
Binary file added
BIN
+37.7 KB
.doctrees/reference/generated/batgrl.gadgets.behaviors.movable_children.doctree
Binary file not shown.
Binary file added
BIN
+20 KB
.doctrees/reference/generated/batgrl.gadgets.behaviors.themable.doctree
Binary file not shown.
Binary file added
BIN
+55.1 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 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 added
BIN
+13.2 KB
.doctrees/reference/generated/batgrl.gadgets.text_effects.beams.doctree
Binary file not shown.
Binary file added
BIN
+16.5 KB
.doctrees/reference/generated/batgrl.gadgets.text_effects.black_hole.doctree
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+18.1 KB
.doctrees/reference/generated/batgrl.gadgets.text_effects.ring.doctree
Binary file not shown.
Binary file added
BIN
+15.9 KB
.doctrees/reference/generated/batgrl.gadgets.text_effects.spotlights.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.
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,18 @@ | ||
batgrl.app | ||
========== | ||
|
||
.. automodule:: batgrl.app | ||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
|
||
run_gadget_as_app | ||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
App | ||
|
23 changes: 23 additions & 0 deletions
23
_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,23 @@ | ||
batgrl.colors.color\_types | ||
========================== | ||
|
||
.. automodule:: batgrl.colors.color_types | ||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
|
||
_to_hex | ||
validate_ahexcode | ||
validate_hexcode | ||
|
||
.. 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,37 @@ | ||
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 | ||
DEFAULT_COLOR_THEME | ||
DEFAULT_PRIMARY_FG | ||
DEFAULT_PRIMARY_BG | ||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
Neptune | ||
|
16 changes: 16 additions & 0 deletions
16
_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,16 @@ | ||
batgrl.colors.gradients | ||
======================= | ||
|
||
.. automodule:: batgrl.colors.gradients | ||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
|
||
darken_only | ||
gradient | ||
lerp_colors | ||
lighten_only | ||
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,15 @@ | ||
batgrl.colors | ||
============= | ||
|
||
.. automodule:: batgrl.colors | ||
|
||
|
||
.. rubric:: Modules | ||
|
||
.. autosummary:: | ||
:toctree: | ||
:recursive: | ||
|
||
color_types | ||
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,48 @@ | ||
batgrl.easings | ||
============== | ||
|
||
.. automodule:: batgrl.easings | ||
|
||
|
||
.. rubric:: Module Attributes | ||
|
||
.. autosummary:: | ||
|
||
Easing | ||
|
||
.. 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,13 @@ | ||
batgrl.figfont | ||
============== | ||
|
||
.. automodule:: batgrl.figfont | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
FIGFont | ||
FullLayout | ||
|
18 changes: 18 additions & 0 deletions
18
_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,18 @@ | ||
batgrl.gadgets.animation | ||
======================== | ||
|
||
.. automodule:: batgrl.gadgets.animation | ||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
|
||
_check_frame_durations | ||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
Animation | ||
|
13 changes: 13 additions & 0 deletions
13
_sources/reference/generated/batgrl.gadgets.ans_viewer.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,13 @@ | ||
batgrl.gadgets.ans\_viewer | ||
========================== | ||
|
||
.. automodule:: batgrl.gadgets.ans_viewer | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
AnsViewer | ||
_AnsReader | ||
|
13 changes: 13 additions & 0 deletions
13
_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,13 @@ | ||
batgrl.gadgets.bar\_chart | ||
========================= | ||
|
||
.. automodule:: batgrl.gadgets.bar_chart | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
BarChart | ||
_BarChartProperty | ||
|
18 changes: 18 additions & 0 deletions
18
_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,18 @@ | ||
batgrl.gadgets.behaviors.button\_behavior | ||
========================================= | ||
|
||
.. automodule:: batgrl.gadgets.behaviors.button_behavior | ||
|
||
|
||
.. rubric:: Module Attributes | ||
|
||
.. autosummary:: | ||
|
||
ButtonState | ||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
ButtonBehavior | ||
|
13 changes: 13 additions & 0 deletions
13
_sources/reference/generated/batgrl.gadgets.behaviors.focusable.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,13 @@ | ||
batgrl.gadgets.behaviors.focusable | ||
================================== | ||
|
||
.. automodule:: batgrl.gadgets.behaviors.focusable | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
AnyFocusedProperty | ||
Focusable | ||
|
12 changes: 12 additions & 0 deletions
12
_sources/reference/generated/batgrl.gadgets.behaviors.grabbable.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,12 @@ | ||
batgrl.gadgets.behaviors.grabbable | ||
================================== | ||
|
||
.. automodule:: batgrl.gadgets.behaviors.grabbable | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
Grabbable | ||
|
12 changes: 12 additions & 0 deletions
12
_sources/reference/generated/batgrl.gadgets.behaviors.movable.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,12 @@ | ||
batgrl.gadgets.behaviors.movable | ||
================================ | ||
|
||
.. automodule:: batgrl.gadgets.behaviors.movable | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
Movable | ||
|
12 changes: 12 additions & 0 deletions
12
_sources/reference/generated/batgrl.gadgets.behaviors.movable_children.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,12 @@ | ||
batgrl.gadgets.behaviors.movable\_children | ||
========================================== | ||
|
||
.. automodule:: batgrl.gadgets.behaviors.movable_children | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
MovableChildren | ||
|
19 changes: 19 additions & 0 deletions
19
_sources/reference/generated/batgrl.gadgets.behaviors.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,19 @@ | ||
batgrl.gadgets.behaviors | ||
======================== | ||
|
||
.. automodule:: batgrl.gadgets.behaviors | ||
|
||
|
||
.. rubric:: Modules | ||
|
||
.. autosummary:: | ||
:toctree: | ||
:recursive: | ||
|
||
button_behavior | ||
focusable | ||
grabbable | ||
movable | ||
movable_children | ||
themable | ||
toggle_button_behavior |
14 changes: 14 additions & 0 deletions
14
_sources/reference/generated/batgrl.gadgets.behaviors.themable.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,14 @@ | ||
batgrl.gadgets.behaviors.themable | ||
================================= | ||
|
||
.. automodule:: batgrl.gadgets.behaviors.themable | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
Themable | ||
_ColorPair | ||
_ColorTheme | ||
|
18 changes: 18 additions & 0 deletions
18
...ces/reference/generated/batgrl.gadgets.behaviors.toggle_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,18 @@ | ||
batgrl.gadgets.behaviors.toggle\_button\_behavior | ||
================================================= | ||
|
||
.. automodule:: batgrl.gadgets.behaviors.toggle_button_behavior | ||
|
||
|
||
.. rubric:: Module Attributes | ||
|
||
.. autosummary:: | ||
|
||
ToggleState | ||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
ToggleButtonBehavior | ||
|
Oops, something went wrong.