Plugins

Plugins extend Manim with additional features.

Add Plugins

In Google Colab or Jupyter Notebook, execute the notebook command in a code cell or run the terminal command directly in the terminal. Alternatively, the plugins can be downloaded from GitHub.

GitHub

import mscene
%mscene 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

Fractal

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

source