PluginsΒΆ

Plugins extend Manim with additional features.

The plugins are also available on GitHub.

Install Mscene

%pip install -q mscene

Add Plugins

import mscene
%mscene plugins

Install Mscene

pip install -q mscene

Add Plugins

mscene plugins

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 Download

Fractal

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

Source Download

Extras

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

Source Download