Animation engine for explanatory math videos
Find a file
2016-07-12 10:36:04 -07:00
animation Random cleanup 2016-07-12 10:34:35 -07:00
eola Beginning eola project 2016-07-12 10:36:04 -07:00
mobject Random cleanup 2016-07-12 10:34:35 -07:00
old_projects fixed triangle of power mistake 2016-07-12 10:35:02 -07:00
scene Vectorize all the things 2016-04-17 00:31:38 -07:00
topics Random cleanup 2016-07-12 10:34:35 -07:00
.gitignore Random cleanup 2016-07-12 10:34:35 -07:00
__init__.py Beginning Hilbert project 2015-11-23 10:34:42 -08:00
camera.py Random cleanup 2016-07-12 10:34:35 -07:00
constants.py Random cleanup 2016-07-12 10:34:35 -07:00
example_scenes.py Added a few example scenes 2016-05-25 20:39:13 -07:00
extract_scene.py Starting redo of Brachistochrone 2016-03-07 19:07:00 -08:00
generate_logo.py Added example_scenes.py to make things slightly less unfriendly 2016-05-25 20:28:22 -07:00
helpers.py Initial few triangle scenes of TOP project 2016-04-27 17:35:04 -07:00
README.md updates instructions using my patched version of aggdraw for pillow 3.x 2016-05-26 11:13:36 -04:00
requirements.txt Evidently this requires out of date PIL... 2016-07-12 10:35:42 -07:00
stage_animations.py Finished triangle of power project 2016-05-03 23:14:40 -07:00
template.tex TexMobjects are looking pretty good 2016-04-17 12:59:53 -07:00
text_template.tex Vectorize all the things 2016-04-17 00:31:38 -07:00

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