Animora
High-level, declarative animation framework built on Manim for educational, technical, mathematical, and algorithmic visualization.
File Explorer
- ci.yml
- docs-deploy.yml
- publish.yml
- stress_scenes.py
- harness.py
- overview.md
- 00-overview.md
- api-philosophy.md
- collision-detection-findings.md
- core-abstractions.md
- dependency-policy.md
- docs-media-strategy.md
- effects-api-design.md
- ml-api-contract.md
- module-boundaries.md
- versioning-strategy.md
- Animora-Logo-Black-and-White.png
- Animora-Logo.png
- Animora-Long-Banner-Dark.png
- Animora-Long-Banner-Light.png
- Animora-Medium-Banner-Black-and-White.png
- Animora-Medium-Banner.png
- 01_primitives.svg
- 02_layout.svg
- 03_theming.svg
- 04_charts.svg
- 05_bst.svg
- 06_quicksort.svg
- 07_dijkstra.svg
- hero_bst.svg
- hero_ml.svg
- ml_attention.svg
- ml_backpropagation.svg
- ml_cnn_convolution.svg
- ml_decision_tree.svg
- ml_gradient_descent.svg
- ml_kmeans.svg
- ml_linear_regression.svg
- ml_logistic_regression.svg
- ml_neural_network.svg
- ml_optimizers.svg
- ml_pca.svg
- ml_rnn_cell.svg
- ml_surface_plot.svg
- ml_svm.svg
- ml_tensor_grid.svg
- ml_tokenization.svg
- ml_transformer.svg
- ml_vector_field.svg
- overview.md
- layout.md
- primitives.md
- overview.md
- overview.md
- manim-plugin-directory-submission.md
- gallery.md
- first-scene.md
- installation.md
- contributing.md
- copyright.md
- security.md
- third-party-notices.md
- trademarks.md
- algorithms.md
- camera.md
- cli.md
- components.md
- datastructures.md
- dataviz.md
- layout.md
- templates.md
- theming.md
- visual-regression-testing.md
- classic-ml.md
- deep-learning.md
- foundations.md
- index.md
- nlp-and-attention.md
- profiling-report.md
- custom-layout.md
- escape-hatch.md
- theme-switching.md
- api.md
- v0.2.0a1-release-notes.md
- extra.css
- overview.md
- index.md
- migration.md
- stability.md
- troubleshooting.md
- 01_basics_and_shapes.py
- 02_layout_and_grouping.py
- 03_themes_and_styling.py
- 04_dataviz_charts.py
- 05_datastructures_bst.py
- 06_algorithms_sorting.py
- 07_pathfinding_dijkstra.py
- 08_ai_ml_foundations.py
- 09_classic_machine_learning.py
- 10_deep_learning_and_backprop.py
- 11_nlp_and_attention.py
- 12_annotation_and_callouts.py
- 13_text_effects_and_materials.py
- render_docs_media.py
- verify_docs_integrity.py
- __init__.py
- backtracking.py
- dynamic_programming.py
- graph_traversal.py
- pathfinding.py
- search.py
- sorting.py
- trace.py
- __init__.py
- basic_scene.py.template
- __init__.py
- doctor.py
- main.py
- new.py
- preview.py
- render.py
- __init__.py
- __init__.py
- __init__.py
- __init__.py
- annotation.py
- arrow.py
- connector.py
- group.py
- label.py
- panel.py
- shape.py
- text.py
- __init__.py
- animation.py
- camera.py
- component.py
- config.py
- scene.py
- __init__.py
- array.py
- bst.py
- graph.py
- hash_table.py
- heap.py
- linked_list.py
- queue.py
- stack.py
- tree.py
- __init__.py
- axes.py
- bar_chart.py
- histogram.py
- line_chart.py
- scatter_plot.py
- table.py
- __init__.py
- base.py
- circular.py
- collision.py
- flow.py
- graph.py
- grid.py
- horizontal.py
- tree.py
- vertical.py
- __init__.py
- decision_tree.py
- kmeans.py
- linear_regression.py
- logistic_regression.py
- pca.py
- svm.py
- __init__.py
- backpropagation.py
- cnn_convolution.py
- neural_network.py
- optimizers.py
- rnn_cell.py
- __init__.py
- attention.py
- embeddings.py
- tokenization.py
- transformer_block.py
- __init__.py
- gradient_descent.py
- __init__.py
- base.py
- surface_plot.py
- tensor_grid.py
- vector_field.py
- __init__.py
- algorithm_explainer.py
- base.py
- data_comparison.py
- data_structure_walkthrough.py
- neural_network_explainer.py
- __init__.py
- builtin.py
- context.py
- effects.py
- presets.py
- theme.py
- __init__.py
- py.typed
- test_algorithms_correctness.py
- test_algorithms_trace.py
- test_trace_api.py
- test_doctor.py
- test_new.py
- test_preview.py
- test_render.py
- test_annotation.py
- test_arrow.py
- test_connector.py
- test_group.py
- test_label.py
- test_panel.py
- test_shape.py
- test_text.py
- test_animation.py
- test_api_consistency.py
- test_camera.py
- test_component.py
- test_config.py
- test_lazy_build_regression.py
- test_scene.py
- test_array_model.py
- test_bst_model.py
- test_graph_model.py
- test_hash_table_model.py
- test_heap_model.py
- test_linked_list_model.py
- test_queue_model.py
- test_stack_model.py
- test_tree_model.py
- test_axes.py
- test_bar_chart.py
- test_histogram.py
- test_line_chart.py
- test_scatter_plot.py
- test_table.py
- test_examples_run.py
- test_algorithms_renders.py
- test_classic_ml_renders.py
- test_datastructures_visual.py
- test_dataviz_renders.py
- test_deep_learning_renders.py
- test_gradient_descent_renders.py
- test_group_layout_integration.py
- test_label_renders.py
- test_nlp_renders.py
- test_primitives_render.py
- test_themed_rendering.py
- test_base.py
- test_circular.py
- test_collision.py
- test_flow.py
- test_graph.py
- test_grid.py
- test_horizontal.py
- test_tree.py
- test_vertical.py
- test_decision_tree.py
- test_kmeans.py
- test_linear_regression.py
- test_logistic_regression.py
- test_pca.py
- test_svm.py
- test_backpropagation_gradient_check.py
- test_cnn_convolution_correctness.py
- test_neural_network_correctness.py
- test_optimizers_behavior_distinction.py
- test_rnn_cell_correctness.py
- test_attention_correctness.py
- test_embeddings_correctness.py
- test_tokenization_correctness.py
- test_transformer_block_correctness.py
- test_base_contract.py
- test_gradient_descent_correctness.py
- test_gradient_descent_trace.py
- test_surface_plot.py
- test_tensor_grid.py
- test_vector_field.py
- test_templates.py
- test_builtin_themes.py
- test_effects.py
- test_presets.py
- test_theme.py
- test_theme_context.py
- array_swap.png
- bar_chart_highlight.png
- bst_insert.png
- line_chart_draw.png
- table_highlight_cell.png
- tensor_grid_highlight.png
- conftest.py
- test_visual_components.py
- test_package_imports.py
- test_plugin_metadata.py
- .gitignore
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- COPYRIGHT.md
- LICENSE
- mkdocs.yml
- pyproject.toml
- README.md
- SECURITY.md
- THIRD_PARTY_NOTICES.md
- TRADEMARKS.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
// repository documentation
Was this content helpful?
(0 ratings)
