Some experiments with manim math animations.
- manim
- numpy
- recommended (optional): Manim Sideview VS Code Extension
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
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.
For further (re-)use published under the GNU GPLv3 license.
Attribution: GitHub: mauriziopiu/manimations