clay icon indicating copy to clipboard operation
clay copied to clipboard

Render while resizing

Open stellanhaglund opened this issue 10 months ago • 3 comments

Hi!

What are my options if I want to allow rendering while resizing?

Could the rendering be threaded, or does it with sdl?

stellanhaglund avatar Jan 10 '25 14:01 stellanhaglund

From what I remember of using SDL it depends a bit on which platform you are using it on and how you get the resize events. Regardless this is more of an sdl issue than clay.

ghost avatar Jan 10 '25 16:01 ghost

Switch to SDL3 + main callbacks instead of main(). It's working already. It will likely never work in SDL2.

kattkieru avatar Jan 14 '25 17:01 kattkieru

Regardless this is more of an sdl issue than clay.

Agreed, this issue should probably be closed.

farism avatar Feb 08 '25 03:02 farism