Hey! First of all, thanks for the tutorial videos.
I'd like to use some simulations on my PhD project (if I may so), especially the SpaceTimeCurvature scene in 09_surfaces.py file, but I'm having some issues in rendering it.
manim_imports wasn't reconized at first, then I used the regular from manimlib import * command, which worked fine for a while, but the simulation was not rendered properly. Here what happened: the simulation stopped and the window got shut after the self.wait(10) comand in the # Adding Earth section.
Hey! First of all, thanks for the tutorial videos.
I'd like to use some simulations on my PhD project (if I may so), especially the SpaceTimeCurvature scene in
09_surfaces.py
file, but I'm having some issues in rendering it.manim_imports
wasn't reconized at first, then I used the regularfrom manimlib import *
command, which worked fine for a while, but the simulation was not rendered properly. Here what happened: the simulation stopped and the window got shut after theself.wait(10)
comand in the# Adding Earth
section.How to fix it? I'd really appreciate it if you could help.