SDL
From GPWiki
The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server. However, the GPWiki forums are still active! Come say hello. libsdl.org says that SDL (Simple DirectMedia Layer) is a "cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer." It has been used as the basis for many published games, most notably the many titles produced by the (now defunct) Loki Games. It is important to note that SDL is licensed under the LGPL, which does place some restrictions on its use. You are permitted to use SDL for commercial applications, but you must either dynamically link to the SDL libraries, or make available your program's compiled object files, thereby allowing users to re-link with newer versions of the SDL library.
[edit] Features
[edit] Platforms
[edit] Related Libraries[edit] Tutorials and Source[edit] C[edit] General[edit] AudioSee also SDL_mixer [edit] Input[edit] Video
See also SDL_image. [edit] Networking[edit] Font Rendering[edit] Miscellaneous[edit] C++[edit] Creating a Complete 2D Engine
[edit] Source CodeThe source code files listed below do not have accompanying tutorials.
[edit] Delphi[edit] External Links
[edit] Extensions to SDL
[edit] Related Weblinks |



