.gitattributes
.gitignore
.readthedocs.yaml
LICENSE
logo.png
pyproject.toml
readme.md
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/_static/force-light.css
docs/_static/force-light.js
docs/source/conf.py
docs/source/index.rst
docs/source/_static/Web_GUI.png
docs/source/_static/anim_draw.mp4
docs/source/_static/anim_morph.mp4
docs/source/_static/anim_rotate.mp4
docs/source/_static/anim_scale.mp4
docs/source/_static/anim_sequence.mp4
docs/source/_static/anim_translate.mp4
docs/source/_static/anim_tween.mp4
docs/source/_static/axis_alpha.mp4
docs/source/_static/axis_limits.mp4
docs/source/_static/axis_move.mp4
docs/source/_static/axis_zoom.mp4
docs/source/_static/button.svg
docs/source/_static/cubicBezier.mp4
docs/source/_static/customEase.mp4
docs/source/_static/demo.mp4
docs/source/_static/easeInBack.mp4
docs/source/_static/easeInBounce.mp4
docs/source/_static/easeInCirc.mp4
docs/source/_static/easeInCubic.mp4
docs/source/_static/easeInElastic.mp4
docs/source/_static/easeInExpo.mp4
docs/source/_static/easeInOutBack.mp4
docs/source/_static/easeInOutBounce.mp4
docs/source/_static/easeInOutCirc.mp4
docs/source/_static/easeInOutCubic.mp4
docs/source/_static/easeInOutElastic.mp4
docs/source/_static/easeInOutExpo.mp4
docs/source/_static/easeInOutQuad.mp4
docs/source/_static/easeInOutQuart.mp4
docs/source/_static/easeInOutQuint.mp4
docs/source/_static/easeInOutSine.mp4
docs/source/_static/easeInQuad.mp4
docs/source/_static/easeInQuart.mp4
docs/source/_static/easeInQuint.mp4
docs/source/_static/easeInSine.mp4
docs/source/_static/easeLinear.mp4
docs/source/_static/easeOutBack.mp4
docs/source/_static/easeOutBounce.mp4
docs/source/_static/easeOutCirc.mp4
docs/source/_static/easeOutCubic.mp4
docs/source/_static/easeOutElastic.mp4
docs/source/_static/easeOutExpo.mp4
docs/source/_static/easeOutQuad.mp4
docs/source/_static/easeOutQuart.mp4
docs/source/_static/easeOutQuint.mp4
docs/source/_static/easeOutSine.mp4
docs/source/_static/favicon.ico
docs/source/_static/fig_height_ratio.mp4
docs/source/_static/fig_width_ratio.mp4
docs/source/_static/force-light.css
docs/source/_static/force-light.js
docs/source/_static/logo.mp4
docs/source/_static/logo.svg
docs/source/api/core.rst
docs/source/api/index.rst
docs/source/notebooks/GUI.ipynb
docs/source/notebooks/animations.ipynb
docs/source/notebooks/easings.ipynb
docs/source/notebooks/index.ipynb
docs/source/notebooks/installation.ipynb
docs/source/notebooks/logo.ipynb
docs/source/notebooks/plot_objects.ipynb
docs/source/notebooks/quick-start.ipynb
docs/source/notebooks/timeline.ipynb
src/diplotocus/__init__.py
src/diplotocus/_version.py
src/diplotocus/animations.py
src/diplotocus/core.py
src/diplotocus/easings.py
src/diplotocus.egg-info/PKG-INFO
src/diplotocus.egg-info/SOURCES.txt
src/diplotocus.egg-info/dependency_links.txt
src/diplotocus.egg-info/requires.txt
src/diplotocus.egg-info/top_level.txt
src/diplotocus/GUI/GUI.html
src/diplotocus/GUI/__init__.py
src/diplotocus/GUI/app.js
src/diplotocus/GUI/server.py
src/diplotocus/GUI/style.css
src/diplotocus/GUI/src/bg.png
src/diplotocus/GUI/src/favicon.ico
src/diplotocus/GUI/src/logo_bg.png
src/diplotocus/GUI/src/btn/btn_bg_Draw.png
src/diplotocus/GUI/src/btn/btn_bg_Morph.png
src/diplotocus/GUI/src/btn/btn_bg_Rotate.png
src/diplotocus/GUI/src/btn/btn_bg_Scale.png
src/diplotocus/GUI/src/btn/btn_bg_Sequence.png
src/diplotocus/GUI/src/btn/btn_bg_Translate.png
src/diplotocus/GUI/src/btn/btn_bg_Tween.png
src/diplotocus/GUI/src/btn/btn_bg_default.png
tests/test.py
tests/test10.py
tests/test2.py
tests/test3.py
tests/test4.py
tests/test5.py
tests/test6.py
tests/test7.py
tests/test8.py