Closed Nikhil-42 closed 1 year ago
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.
Remove all Scene references from within the MArray Class.
Duplicate of https://github.com/ufosc/manim-data-structures/issues/2
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.