Qlii256

Results 7 issues of Qlii256

This project seems to be "dead", but I'm really loving it! I'm still waiting for docking and even dragging windows out of the actual window. That would be so cool...

For some reason whenever I have a window in focus that has a scrollbar (vertical), using the mouses' scroll wheel does not scroll the window. I can however click and...

I cannot render anything on screen because vkAcquireNextImageKHR keeps raising the exception VkSuboptimalKhr. I've read online that when this happens I can "ignore" it and continue on with the drawing...

I own a R550 with an iDRAC 9 running firmware 6.0.30.0. The script does not work and the error returned is: Insufficient privilege level. Is there any way I could...

good first issue
Needs reviews/tests

When I have a fullscreen window on Windows 11, the cursor is not visible, even though I can retrieve mouse position. The mode is set to CURSOR_NORMAL and the cursor...

I've been working on putting the rendering on a separate thread to both improve performance and also to keep rendering when `glfw.poll_events` is blocking the main thread caused by moving/resizing...

When rendering from a thread (I made sure the current context is set the the thread using GLFW), I do get an error when resizing the window. This error does...