Skip to content

Trying out the Manim Community Edition framework

Notifications You must be signed in to change notification settings

jarnesino/manim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manim

Trying out the Manim Community Edition Framework

Installation

  1. brew update
  2. brew upgrade
  3. brew install pango cairo ffmpeg py3cairo pkg-config manim
  4. pip install -r requirements.txt

Rendering

High quality video rendering for producing ready-to-show animations:

manim --progress_bar display -pqh <FILE_NAME>.py <CLASS_NAME>

Low quality video rendering for quicker feedback when animating:

manim --progress_bar display -pql <FILE_NAME>.py <CLASS_NAME>

Gif rendering (quality limited to avoid performance problems):

manim --progress_bar --format=gif display -pql <FILE_NAME>.py <CLASS_NAME>

High quality image rendering of the last frame in the scene:

manim --progress_bar display -pqh -s <FILE_NAME>.py <CLASS_NAME>

High quality image rendering of the last frame in the scene with transparent background:

manim --progress_bar display -pqh -s -t <FILE_NAME>.py <CLASS_NAME>

In all cases:

  • Media will be displayed
  • Media will be saved to ./media

About

Trying out the Manim Community Edition framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages