Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I created an example_sdl3_sdlrenderer3_cb example project. It uses the new SDL3 main callbacks, instead of main. I tried to keep it as close to the original example as possible.
I updated the Makefile and build_win32.bat to work, at least on x64.
I didn't mess with the vcxproj files, as I don't use Visual Studio (I only have the build tools installed). The build_win32.bat file works, and the Makefile works both for MinGW-w64 and under WSL debian (for debian I had to build SDL3 locally since its not in a repo yet).
I also compiled with the font loading code enabled, but didn't run it that way.