Added demo updated for SDL3
added new demo headers that are updated to SDL3 and have been confirmed to compile and run appropriately on my machine.
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.
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?
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.