Upgrade to SDL 3 (once released) #303
Labels
cleanup
Cleans up code
enhancement
New feature or request
long term
Might be fixed/reconsidered in the future
Is your feature request related to a problem? Please describe.
SDL 3 is currently in progress, and introduces a bunch of breaking changes that will require migration (such as
SDL_CreateRGBSurfaceFrom
->SDL_CreateSurfaceFrom
).Describe the solution you'd like
Migrate code to SDL 3 once available. This will also require an API version upgrade for plugins.
Describe alternatives you've considered
Stay on SDL 2, but this will mean decaying legacy dependency libraries.
Additional context
N/A
The text was updated successfully, but these errors were encountered: