ufosc / manim-data-structures

A Manim plugin that contains common data structures to create Manimations.
https://manim-data-structures.readthedocs.io
MIT License
2 stars 26 forks source link

Minimum working MLinearCollection #9

Open Nikhil-42 opened 1 year ago

Nikhil-42 commented 1 year ago

Overview:

Basic implementation of the Python List API which maintains a parallel set of Mobjects that can be rendered.

Further Information and Comments

TODO