manim-sideview icon indicating copy to clipboard operation
manim-sideview copied to clipboard

Support for OpenGL Renderer in manim slideview

Open TueNguyen2006 opened this issue 6 months ago • 1 comments

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!

TueNguyen2006 avatar Aug 08 '24 09:08 TueNguyen2006