- cross-posted to:
- technology@lemmy.world
- cross-posted to:
- technology@lemmy.world
Fantastic. It’s my understanding that SDL is responsible for why we can connect generic controllers to Linux without having to download specific drivers.
In my experience… not really. I would say SDL makes the task of writing controller support code within your own applications easier and higher-level, but in reality it still has not much to do with “drivers” (I assume you mean kernel modules), which the kernel and OS stack already provide multiple unified interfaces for with things like jsdev/evdev/udev/hidapi, regardless of how you access those subsystems (via SDL or otherwise).
sdl2-compat is gonna be doing a LOT of heavy lifting
this is the Ronald’s universal number kounter of graphics libraries
Awesome! Now all I need to do is to stop being lazy and actually make a new game. Challenge level: impossible.