LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/__init__.py
docs/about.rst
docs/algebra.rst
docs/anatomy.rst
docs/camera.rst
docs/canvas.rst
docs/conf.py
docs/debug.rst
docs/effects.rst
docs/encoders.rst
docs/gallery.rst
docs/getting_started.rst
docs/index.rst
docs/installation.rst
docs/layer_tasks.rst
docs/make.bat
docs/pool.rst
docs/prepare_tasks.rst
docs/sequences.rst
docs/time.rst
docs/vectors.rst
docs/version.py
docs/video.rst
docs/_static/backend_cairo.png
docs/_static/backend_datashader.png
docs/_static/backend_drawingboard.png
docs/_static/backend_matplotlib.png
docs/_static/backend_mixed.gif
docs/_static/backend_numpy.png
docs/_static/backend_pillow.png
docs/_static/complex_example.gif
docs/_static/effect_blur.png
src/bewegung/__init__.py
src/bewegung.egg-info/PKG-INFO
src/bewegung.egg-info/SOURCES.txt
src/bewegung.egg-info/dependency_links.txt
src/bewegung.egg-info/not-zip-safe
src/bewegung.egg-info/requires.txt
src/bewegung.egg-info/top_level.txt
src/bewegung/contrib/__init__.py
src/bewegung/contrib/circular_century_calendar.py
src/bewegung/core/__init__.py
src/bewegung/core/abc.py
src/bewegung/core/camera.py
src/bewegung/core/color.py
src/bewegung/core/const.py
src/bewegung/core/effects.py
src/bewegung/core/encoders.py
src/bewegung/core/indexpool.py
src/bewegung/core/layer.py
src/bewegung/core/sequence.py
src/bewegung/core/task.py
src/bewegung/core/time.py
src/bewegung/core/timescale.py
src/bewegung/core/typeguard.py
src/bewegung/core/video.py
src/bewegung/core/backends/__init__.py
src/bewegung/core/backends/_base.py
src/bewegung/core/backends/_load.py
src/bewegung/core/backends/cairo.py
src/bewegung/core/backends/datashader.py
src/bewegung/core/backends/matplotlib.py
src/bewegung/core/backends/pillow.py
src/bewegung/core/backends/drawingboard/__init__.py
src/bewegung/core/backends/drawingboard/backend.py
src/bewegung/core/backends/drawingboard/core.py
src/bewegung/core/vector/__init__.py
src/bewegung/core/vector/array2d.py
src/bewegung/core/vector/array2ddist.py
src/bewegung/core/vector/array3d.py
src/bewegung/core/vector/lib.py
src/bewegung/core/vector/matrix.py
src/bewegung/core/vector/single2d.py
src/bewegung/core/vector/single2ddist.py
src/bewegung/core/vector/single3d.py