DeanCode
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...
Yes that is currently a problem on Windows 11 since they changed how the desktop works. On windows 10 this program creates a window and set itself in between the...
Yes I agree, being able to pass values to the shader from the command line would be a neat feature to have. Also don't like the reliance of scripts especially...
I sadly don't have a multi-monitor setup so thank you for letting me know. Strange that the glfw hint isn't working, are you running this on Windows 10?
Yes that sounds reasonable. Alternative could be to remove the automatic behavior completely and let the user decide in the first place. The hard coded 256 is a bit of...