PluginsΒΆ

Plugins extend Manim with additional features.

Add Plugins

pip install -q mscene && mscene plugins

The plugins can also be found on GitHub.

Import Plugins

from mscene.plugins import *

Mscene Plugins

Roulette

A plugin for drawing roulette curves like cycloid, epicycloid, and hypocycloid by rolling a circle with markers plotting the curves.

Source

Fractal

A plugin for generating fractals and visualizing their intricate patterns at varying levels of complexity.

Source

Anim

A plugin offering custom animations designed to enhance visuals in Manim scenes.

Source