Varniex / manim_videos

This repository contains the code used to generate videos on Varniex channel.
https://youtube.com/@Varniex
38 stars 5 forks source link

09_surfaces.py issue #3

Open TheoAlchemist opened 3 weeks ago

TheoAlchemist commented 3 weeks ago

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.

earth.always.rotate(2 * DEGREES, axis=axis_line)
self.wait(10)`

How to fix it? I'd really appreciate it if you could help.

Varniex commented 3 weeks ago

Could you provide the error you are getting when the windows shut down?