Static library to develop SDL 2.0 applications using SDL 3.0
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed to provide fast access to the graphics frame buffer and audio device. This code is a compatibility layer; it provides a static link library for programs written against SDL 2.0, but it uses SDL 3.0 behind the scenes. Note that applications that use this library will need to declare SDL2 as a dependency manually, as the library is dlopen()'d to preserve APIs between SDL-2.0 and SDL-3.0. If you are writing new code, please target SDL 3.0 directly and do not use this layer.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.32.54-1.fc43 | - |
Fedora 42 | 2.32.52-1.fc42 | 2.32.54-1.fc42 |
You can contact the maintainers of this package via email at
sdl2-compat dash maintainers at fedoraproject dot org
.