patriciogonzalezvivo / glslViewer

Console-based GLSL Sandbox for 2D/3D shaders
BSD 3-Clause "New" or "Revised" License
4.72k stars 350 forks source link

Unable to set the window position #195

Open ghost opened 3 years ago

ghost commented 3 years ago

While running on macOS Big Sur I am unable to set the window position using the -x and -y flags. Also the window is always floating on top. I'd prefer there to be an option to turn this off.

patriciogonzalezvivo commented 3 years ago

Hi! yes, I'm sorry -x and -y only work on RaspberryPi. It should be always on top, only when the argument -l is present

patriciogonzalezvivo commented 2 years ago

Hi! I added support for -x and -y arguments on MacOS. Do you mind pulling latest code on glslViewer (and deps/ada), recompile and give it a try?