libera/#clim - IRC Chatlog
Search
12:22:51
cmack
jackdaniel: that kinda sounds like an SDL2 issue rather than wayland, but I agree that sounds frustrating.
12:59:34
cmack
now that I have coffee and delivered kiddos to school, I can remember to say Good Morning o/
13:08:28
jackdaniel
cmack: /they/ claim that it is wayland issue: https://github.com/libsdl-org/SDL/issues/6074
13:21:02
cmack
hmm. I'm not sure what they mean by a full event loop... but a compositor doesn't show the frame until a wl_surface and a buffer is "bound" to it and a surface commit (wayland's buffer swap) is sent. If you are seeing an icon, it seems like they already are responding to wayland events.
13:25:56
jackdaniel
while on, say, x11, window may be created without any rendering context and it is visible
13:26:07
jackdaniel
now that I know that it shows after the first render it is not a problem whatsoever
16:00:47
jackdaniel
risking being dubbed as a liar, I'll share this video: https://turtleware.eu/static/paste/f29b1cae-sdlgl.mp4 (barebones/ugly cl-opengl render)
16:40:48
cmack
jackdaniel: hah... moreso when I saw your medium-draw-polygon* ... I had a "how is it so short, what did I do wrong" moment... then I remembered all the ink stuff