.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/button.svg
docs/source/_static/demo.mp4
docs/source/_static/favicon.ico
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/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