Skip to content

mohovkm/habr_manim

Repository files navigation

Manimlib animation examples manimlib

final scenario

How to run it on your local machine:

  1. Install poetry

  2. Install dependencies

MacOS: Install ffmpeg and mactex

brew install ffmpeg mactex

OPTIONAL: For MacOS cairo library might also be needed, so install it with brew:

brew install cairo

Linux (Ubuntu/Mint) Install cairo

sudo apt-get install libcairo2-dev
  1. Compile and run your project
cd habr_manim/
poetry install
poetry run python main.py

Explanation

  • main.py - entry point for the animation
  • scenario.py - examples of different scenes with custom classes
  • classes/*.py - custom classes of different objects (table, dot, graph, etc).

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages