Animations using manim for the Dorfuchs song "Mittelungleichungen".
- Clone this repo using
git clone https://github.com/mathcat4/dorfuchs-song-manim.git. - Install uv (Python package manager).
- Install the corresponding LaTeX distribution packages for your OS.
- If you're using linux, then additionally install these packages:
sudo apt update
sudo apt install build-essential python3-dev libcairo2-dev libpango1.0-dev- Run
uv syncto load python modules.
Steps 2 to 4 are also outlined in the official manim installation guide.
- Move the audio file to
media/Audio/audio.wavto render with sound. - Execute
uv run manim -pql [FILE] [SCENE]for a low-quality preview - The main animation is rendered using
uv run manim -pqh project/main.py MainSketch
- If met with the error
while running manim for the first time, create an empty directory called
[Errno 2] No such file or directory: 'media/Tex'mediain the main folder.