Simple DirectMedia Layer
Appearance
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 video game or other multimedia application once and run it on (as of late 2001) Microsoft Windows, Mac OS, and several systems that follow the Unix/UNIX specification, with few or no changes to the application's source code.
Additional Resources
- SDL website (http://www.libsdl.org/)