Simple DirectMedia Layer (SDL) is a library that creates an abstraction over various platforms' graphics, sound, and input APIs, allowing a developer to write a computer game or other multimedia application once and run it on GNU/Linux, Windows, Mac OS, BeOS and a few other unofficially ported platforms. It manages video, events, numeric audio, CD-ROM sound, threads, and timers.
Sam Lantinga created the library in 1998, while working for Loki Software. He got the idea while porting a Windows application to Macintosh. He then used SDL to port Doom to BeOS (see Doom source ports). Several other free libraries appeared to work with SDL, such as SMPEG and OpenAL.
The SDL is mainly coded in C but has bindings to many languages and exists on several operating systems. sdlBasic is in an early stage at providing access to game programming using simple Basic programming.
It is freely available open source and is licensed under the LGPL.
Various games using SDL
Games which use SDL for the Linux version only
See also
External links