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

Bad quality of presentation with --fullscreen flag

Open torannn opened this issue 3 years ago • 5 comments

image I did a comparison about the quality of manim presentation with the --fullscreen flag. In the first picture, I rendererd a manim scene with manim -qh example.py and then ran it with manim_presentation --fullscreen example. As we can see in the 1st picture, the quality is not so high (it's bad as low-quality rendering).

Then, I tried running without --fullscreen, the quality of the scene turn back to high quality (but lost the ability to be fullscreen). Seems like when doing the full-screen, the presentation has been scaled down to fit the screen, and cause this bad quality. image

Is there any way to fix this?

torannn avatar Jul 09 '21 04:07 torannn

Hi, currently manim presentation is using @glatteis full screen implementation. I was trying to have a real full screen working but is more challenging that it seems. As soon as i will have some spare time i'll try to fix this

galatolofederico avatar Jul 09 '21 08:07 galatolofederico

Hello ! I managed to fix this issue on Windows. On Linux, the quality never downgraded with --fullscreen flag. Maybe I can propose a PR?

jeertmans avatar Jun 16 '22 08:06 jeertmans

@jeertmans Please do!! And on windows if you can! 🙏 It's such a bummer this bug!

AnonymoZ avatar Jul 17 '22 19:07 AnonymoZ

@AnonymoZ I already have a fix that also work on Windows, I am planning to have it pushed by the next three weeks. Due to the seemingly inactivity of this repo, I decided to work on my own fork, on which I plan to commit this fix as well as others. See here.

jeertmans avatar Jul 17 '22 21:07 jeertmans

Hey @AnonymoZ @jeertmans unfortunately i do not have windows nor access to a windows computer to debug this issue. If you open a PR i will be happy to merge your fix.

galatolofederico avatar Jul 18 '22 10:07 galatolofederico