Closed 1vanK closed 2 hours ago
The API and ABI is frozen.
The API and ABI is frozen.
When? We have a lot of commits that break the API
https://github.com/dviglo2d/sdl/commit/7108291d0b7792fd7e1039cfc7897189e5d58adc
The API and ABI is frozen.
When? We have a lot of commits that break the API
API != ABI Renaming a type does not change change its binary representation, or the contract of a function.
API != ABI
I didn't say anything about ABI
Mmm indeed, you're eight. That commit slightly changes the api.
But there's a difference between this renaming, and removing a complete subsystem.
Most people use SDL as a thin layer between a game and OS, and few use SDL Render. Why not put SDL Render in a separate repository, like SDL Mixer?