This container is based on eulertour/manim, except that it has oh-my-zsh and the Powerlevel10k theme and tmux, so that you can easily run parallel interactive manim renderings in your terminal window. Manim is a Python 3-based animation pipeline written by Grant Sanderson of the 3blue1brown YouTube channel. It is not incredibly well documented, so at some point I may add a tutorial here. For now, here are some barebones instructions on using the Docker container:
docker run -it --rm -v /host/scene/dir:/scenes jasonkwan/manim:latest
mkdir /manim/assets
mkdir /manim/assets/svg_images
mkdir /manim/assets/raster_images
cd /manim
./manim.py myscene.py MyScene -l
Content type
Image
Digest
Size
1.2 GB
Last updated
about 6 years ago
docker pull jasonkwan/manim