Closed sshsphere closed 3 weeks ago
I did not reply yet because I did not have the time to work on it, but I still want to say that this is indeed a good idea that I am keeping in the TODOs ;)
Work in progress here: https://github.com/eliemichel/sdl3webgpu missing support for MSYS for now
Done.
It would be nice if this library was future-proofed for SDL3. (maybe it's better to create a new repo, I don't know)
Main difference is that In SDL3 the
SDL_syswm.h
header has been removed andSDL_GetWindowWMInfo
is replaced withSDL_GetWindowProperties
. Also theSDL_VIDEO_DRIVER_XXXX
macros are deprecated, I guessSDL_GetCurrentVideoDriver
andSDL_GetPlatform
can be used instead. See: README-migration.md