semikernel
semikernel
I have seen #315 #314, but it doesn't help me.
> Hello, so I see you refer to #314: can you confirm you did not install manimgl from the GitHub repository? I use these lines to install manimgl: ```py git...
> Any update on this @semikernel? Hi,there! I changed the installation repository to ```bash git clone https://github.com/3b1b/manim.git ``` However, it doesn't work for me. The terminal prompt still has the...
> Hello @semikernel, did you run `git checkout v1.6.1` before installing with `pip`? Thank you for your hint, now it don't show 'skip animation' warning. I used to ignore that...
> Hello! This might be a Wayland issue. Can you show the output of `echo $XDG_SESSION_TYPE`? > > Your screenshot is a bit weird because it looks like it was...
> Can you try with x11 instead of Wayland? Here is a tutorial: https://helpdesk.psionline.com/hc/en-gb/articles/13470827149332-How-to-perform-the-switch-from-the-Wayland-display-server-to-Xorg-X11-on-Linux-Ubuntu-22-04-LTS. > > Wayland is known to have some bugs with many programs, and the solution is...
> Not without changing Manim Slides' code a bit: > > https://github.com/jeertmans/manim-slides/blob/1dbd2fdde58030867f15d7bf0ecede11d59d6903/manim_slides/present/player.py#L118-L122 > > Here, I need to add some [audio output](https://doc.qt.io/qtforpython-6/PySide6/QtMultimedia/QMediaPlayer.html#PySide6.QtMultimedia.PySide6.QtMultimedia.QMediaPlayer.setAudioOutput). Then, if your files contain audio, they should...
> Hello, nice catch @semikernel! > > I actually never use the OpenGL renderer, but I guess supporting it would be very easy. > > Reading the `OpenGLCamera` class, it...