mobject-gallery

(★ 41)

Gallery of math objects in manim

File Explorer

  • .gitignore
  • gallery.ipynb
  • gallery_config.yaml
  • html_build.ipynb
  • icon.png
  • index.html
  • LICENSE
  • preview_image.png
  • README.md
  • svg_logo.svg
  • twitter_layout.html

# Use via CDN

jsDelivr

jsDelivr 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.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

python

View Details ▼

Python language interpreter.

python

Start a REPL (interactive shell):

python {{path/to/file.py}}

Execute a specific Python file:

python -i {{path/to/file.py}}

Execute a specific Python file and start a REPL:

// repository documentation