I believe it would be beneficial to have sdl2 support, mainly to enable the porting of games to more platforms. There is a library called sdl2_compat by the sdl team that is a compatibility layer between sdl2 and sdl3 by mapping sdl2 functions to sdl3. This would allow the current sdl3 renderer and other features in sdl3 to be used if enabled while having the framework be more portable.
I believe it would be beneficial to have sdl2 support, mainly to enable the porting of games to more platforms. There is a library called
sdl2_compatby the sdl team that is a compatibility layer between sdl2 and sdl3 by mapping sdl2 functions to sdl3. This would allow the current sdl3 renderer and other features in sdl3 to be used if enabled while having the framework be more portable.