DeanCode

Results 5 comments of DeanCode

Yes I tired that already, I wasn't able to get it working with this project (still some crash some where else), but I got it working with my own [python...

Currently it only works on Linux since it requires X11, and I am working on porting it to Windows. I have no Apple device so I can't really port it...

Thanks for reporting, Background mode is spawning a window with a background typehint that is not fully supported by all window managers. Not sure if I can change that behavior,...

> Add additional arguments to specify the monitor I think to be able to do that we will need to upgrade the `arghandler.c`. Especially when specifying different shaders to a...

Yes I can replicate the error. This seams to be a problem with Wayland. Either use [x11](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) or try running the program with this env variable: ``` $ PYOPENGL_PLATFORM="glx" poetry...