Skip to content

Commit

Permalink
Add a rudimentary InteractiveScene to allow for Mobject editing in a …
Browse files Browse the repository at this point in the history
…GUI fashion
  • Loading branch information
3b1b committed Apr 21, 2022
1 parent e579f4c commit c3afc84
Show file tree
Hide file tree
Showing 2 changed files with 418 additions and 0 deletions.
1 change: 1 addition & 0 deletions manimlib/__init__.py
Expand Up @@ -53,6 +53,7 @@
from manimlib.mobject.vector_field import *

from manimlib.scene.scene import *
from manimlib.scene.interactive_scene import *
from manimlib.scene.three_d_scene import *

from manimlib.utils.bezier import *
Expand Down

0 comments on commit c3afc84

Please sign in to comment.