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

Refactor MArray to Decouple Scene #1

Closed Nikhil-42 closed 1 year ago

Nikhil-42 commented 1 year ago

Description

The MArray class currently requires a Scene object to be passed when it is constructed. This is an example of tight coupling and should be removed.

Task

Remove all Scene references from within the MArray Class.

Nikhil-42 commented 1 year ago

Duplicate of https://github.com/ufosc/manim-data-structures/issues/2