QuoteI just find that SDL is in itself like a language and programming for it in C is a very different experience from just making a C program (or C++).
name a third-party library (with non trivial api and multi-domain and multi-platform) for C that does not give you these vibes

as soon as you would try to write a multi-platform wrapper (capable as SDL2-3) around input,output,sound,etc. you would see that the SDL api is really small for what its helping/keeping from you - you're just not used to it - thats all
