feat: add support for manimgl

This commit is contained in:
Jérome Eertmans
2022-09-10 22:53:35 +02:00
parent c53e410ff8
commit 85c295a2c1
6 changed files with 128 additions and 27 deletions

View File

@ -1,4 +1,6 @@
from manim import *
# If you want to use manimgl, uncomment change
# manim to manimlib
from manimlib import *
from manim_slides import Slide, ThreeDSlide