mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Animation engine for explanatory math videos
animation | ||
eola | ||
mobject | ||
old_projects | ||
scene | ||
topics | ||
.gitignore | ||
__init__.py | ||
camera.py | ||
constants.py | ||
example_scenes.py | ||
extract_scene.py | ||
generate_logo.py | ||
helpers.py | ||
README.md | ||
requirements.txt | ||
stage_animations.py | ||
template.tex | ||
text_template.tex |
animations
Animation engine for explanatory math videos
updates coming...
Install requirements
pip install -r requirements.txt
aggdraw
has to be installed manually, pip can't do it for you.
Here are directions that should work on any 64 bit platform (tested on osx 10.11.4)
This doesn't install freetype, but I don't think its required for this project
cd $TMPDIR
git clone https://github.com/scottopell/aggdraw-64bits
cd aggdraw-64bits
/usr/local/bin/python setup.py build_ext -i
/usr/local/bin/python setup.py install
How to Use
Try running the following: python extract_scene.py -p example_scenes.py SquareToCircle