raysan5 / raygui

A simple and easy-to-use immediate-mode gui library
zlib License
3.36k stars 289 forks source link

Flickering window #331

Closed sjakk closed 7 months ago

sjakk commented 12 months ago

Env: Xorg + GNOME

https://github.com/raysan5/raygui/assets/87045222/809fb661-affc-4457-aca9-754f0f0c3353

#321

raysan5 commented 12 months ago

It seems this issue is related with https://github.com/raysan5/raygui/issues/321.

The example works as expected on Windows but it seems issue is related to SetWindowPosition() function, not working as expected on some Linux distributions.

Lecrapouille commented 11 months ago

@sjakk @raysan5 I tried to investigate on ticket 321 since I have the same issue

raysan5 commented 7 months ago

It seems this issue is related to underlying OS. Not much can be done at raygui level.