Nuklear icon indicating copy to clipboard operation
Nuklear copied to clipboard

Added demo updated for SDL3

Open lessthen3 opened this issue 1 year ago • 3 comments

added new demo headers that are updated to SDL3 and have been confirmed to compile and run appropriately on my machine.

lessthen3 avatar Oct 06 '24 04:10 lessthen3

Please move your updated demos to sdl3_* and keep the original sdl_* (or rename to sdl2_*) : SDL3 is still preview and many still rely on SDL2.

riri avatar Nov 23 '24 21:11 riri

Please move your updated demos to sdl3_* and keep the original sdl_* (or rename to sdl2_*) : SDL3 is still preview and many still rely on SDL2.

Yeah sure I'll reorganize the directory.

I'm not sure how to rewrite the makefile though, I use Windows mainly so I usually use CMake. Could you help me with that?

lessthen3 avatar Jan 28 '25 01:01 lessthen3

I think I fixed the commit and I did test the changes on my machine to make sure it still compiles nicely.

However I have no idea if those Makefile changes for sdl3 work.

lessthen3 avatar Feb 18 '25 12:02 lessthen3