LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

manim

creates mathematical animations

TLDR

Render scene
$ manim [script.py] [SceneName]
copy
Preview with low quality
$ manim -pql [script.py] [SceneName]
copy
Render high quality
$ manim -pqh [script.py] [SceneName]
copy
Output GIF
$ manim --format gif [script.py] [SceneName]
copy
Save last frame
$ manim -s [script.py] [SceneName]
copy
List scenes
$ manim [script.py]
copy

SYNOPSIS

manim [options] script [scene]

DESCRIPTION

manim creates mathematical animations. It renders Python-defined scenes to video.The tool animates mathematical concepts with LaTeX support. Created for educational videos.

PARAMETERS

SCRIPT

Python script file.
SCENE
Scene class name.
-p
Preview after render.
-q QUALITY
Quality (l, m, h, k).
-s
Save last frame only.
--format FMT
Output format (mp4, gif, webm).
--help
Display help information.

INSTALL

brew install manim
copy
nix profile install nixpkgs#manim
copy

CAVEATS

Requires FFmpeg and LaTeX. Rendering can be slow. Python knowledge needed.

HISTORY

Manim was created by Grant Sanderson (3Blue1Brown) for his mathematical explanation videos on YouTube.

SEE ALSO

ffmpeg(1), pdflatex(1), python(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid