manim
is a framework to create mathematical animation in the style of
3Blue1Brown. This directory contains
a few examples.
square_and_circle.py
: a square is rendered, flips and rotates, and is transformed into a circle.environment.yml
: conda environment description to usemanim
.
To render and run the animation, use:
$ manim -p square_and_circle.py