CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/contributing.md
docs/guide.md
docs/index.md
docs/quickstart.md
docs/reference.md
docs/troubleshooting.md
docs/assets/README.md
docs/assets/gif_sources/readme_tiny_examples.py
docs/assets/gifs/call-vs-apply.gif
docs/assets/gifs/core-pattern.gif
docs/assets/gifs/custom-python-object-state.gif
docs/assets/gifs/d-call-custom-builder.gif
docs/assets/gifs/frame-simulation-pattern.gif
docs/assets/gifs/jump-is-necessary.gif
docs/assets/gifs/matrix-state.gif
docs/assets/gifs/multiple-state-values-and-types.gif
docs/assets/gifs/object-wiring.gif
docs/assets/gifs/quickstart.gif
docs/assets/gifs/reactive-surface-3d.gif
docs/assets/gifs/smooth-interpolation.gif
docs/assets/gifs/tiny-mixed-state.gif
docs/assets/gifs/tiny-moving-dot.gif
docs/assets/gifs/tiny-sine-point.gif
examples/01_quickstart.py
examples/advanced/11_reactive_surface_3d.py
examples/beginner/01_core_pattern.py
examples/beginner/02_frame_simulation_pattern.py
examples/beginner/03_smooth_interpolation.py
examples/beginner/04_jump_is_necessary.py
examples/beginner/05_multiple_state_values_and_types.py
examples/intermediate/06_matrix_state.py
examples/intermediate/07_object_wiring.py
examples/intermediate/08_d_call_custom_builder.py
examples/intermediate/09_custom_python_object_state.py
examples/intermediate/10_call_vs_apply.py
src/manim_stateflow/__init__.py
src/manim_stateflow/__init__.pyi
src/manim_stateflow/_colors.py
src/manim_stateflow/_compat.py
src/manim_stateflow/_graph.py
src/manim_stateflow/_mobject_state.py
src/manim_stateflow/_values.py
src/manim_stateflow/adapter.py
src/manim_stateflow/adapter.pyi
src/manim_stateflow/animations.py
src/manim_stateflow/core.py
src/manim_stateflow/core.pyi
src/manim_stateflow/d.py
src/manim_stateflow/d.pyi
src/manim_stateflow/effects.py
src/manim_stateflow/inspect.py
src/manim_stateflow/inspect.pyi
src/manim_stateflow/py.typed
src/manim_stateflow/render.py
src/manim_stateflow/runtime.py
src/manim_stateflow/scene.py
src/manim_stateflow/scene.pyi
src/manim_stateflow/templates.py
src/manim_stateflow/utils.py
src/manim_stateflow.egg-info/PKG-INFO
src/manim_stateflow.egg-info/SOURCES.txt
src/manim_stateflow.egg-info/dependency_links.txt
src/manim_stateflow.egg-info/requires.txt
src/manim_stateflow.egg-info/top_level.txt
tests/test_core.py
tests/test_custom_mobject_patterns.py
tests/test_docs.py
tests/test_edge_cases.py
tests/test_effects.py
tests/test_inspect.py
tests/test_package.py
tests/test_performance.py
tests/test_regressions.py
tests/test_render.py
tests/test_stress.py
tests/test_transform_integration.py