Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for OpenGL Renderer in manim sideview #97

Open
TueNguyen2006 opened this issue Aug 8, 2024 · 3 comments
Open

Support for OpenGL Renderer in manim sideview #97

TueNguyen2006 opened this issue Aug 8, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@TueNguyen2006
Copy link

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!

@Rickaym
Copy link
Owner

Rickaym commented Aug 11, 2024

Hey tue, absolutely, there is an option to pass in additional cli args in the user preferences of manim-sideview. Please take a look at that.

@Rickaym Rickaym added question Further information is requested resolved The issue is resolved labels Oct 21, 2024
@Rickaym Rickaym closed this as completed Oct 21, 2024
@Mallowwww
Copy link

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.

@Rickaym Rickaym reopened this Oct 30, 2024
@Rickaym
Copy link
Owner

Rickaym commented Oct 30, 2024

Hey, thanks for bringing this back to attention. I'll take a look.

@Rickaym Rickaym added enhancement New feature or request and removed question Further information is requested resolved The issue is resolved labels Dec 1, 2024
@Rickaym Rickaym changed the title Support for OpenGL Renderer in manim slideview Support for OpenGL Renderer in manim sideview Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants