You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that manim slideview executes commands similar to running "manim -pqh scene.py Scene" in the terminal. However, this causes Manim to automatically use ffmpeg for rendering.
I would like to have the option to use OpenGL for rendering instead, which would be equivalent to running "manim -pqh --renderer opengl --write_to_movie scene.py Scene" in the terminal.
Could you please provide a way to configure manim slideview to use the OpenGL renderer or ensure it supports the --renderer opengl option?
Thank you!
The text was updated successfully, but these errors were encountered:
I actually don't think this is a proper fix; I've tried it, and it looks like adding opengl makes sideview stop updating the video. It says in console that it renders the right number of animations, but doesn't update the video in sideview. I'd really like for opengl to work since it's so much faster on my GPU.
I believe that manim slideview executes commands similar to running "manim -pqh scene.py Scene" in the terminal. However, this causes Manim to automatically use ffmpeg for rendering.
I would like to have the option to use OpenGL for rendering instead, which would be equivalent to running "manim -pqh --renderer opengl --write_to_movie scene.py Scene" in the terminal.
Could you please provide a way to configure manim slideview to use the OpenGL renderer or ensure it supports the --renderer opengl option?
Thank you!
The text was updated successfully, but these errors were encountered: