Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 887 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 887 Bytes

Manimations

Some experiments with manim math animations.

Dependencies

Build & Run

to enter venv: source env/bin/activate to leave venv: deactivate

to build the animation: manim -pql <filename>.py <ClassName> for example: manim -pql hermite2.py HermiteCurve

this will build an .mp4 file of the specified animation

Disclaimer

No warranties provided. Code may not work. It is very likely that there are better ways to implement the same animations - this is the way it worked for me.

License

For further (re-)use published under the GNU GPLv3 license.

Attribution: GitHub: mauriziopiu/manimations