Simple DirectMedia LayerVersion 1.0.0 Sam Lantinga "Simple, efficient, and portable"
The library is loaded as a dynamically linked library on its native platform, and is currently compiled natively for Linux, compiled for Win32 using a Linux hosted GCC cross-compilation environment, and compiled using the EGCS C++ compiler under BeOS. An introduction to SDL can be found online at: http://www.devolution.com/~slouken/SDL/intro/ There are code examples on each of the main library pages, and there are fully fleshed example C++ classes and programs in the examples archive, available on the SDL download page. For an introduction to basic multi-media programming concepts, you might try some of the following links:
Enjoy! |