|
Thanks to: |
|

|
|
Here you will find links to sdl library and the most usefull
libraries for sdl used in demos or games on this web site. You can find more
libraries
here
|
SDL_image |
|
An image file
loading library. It loads images as SDL surfaces,
and supports the following formats: BMP, PNM, XPM, LBM, PCX, GIF, JPEG,
PNG, TGA. |
|
Download |
| SDL_mixer |
| Is a sample
multi-channel audio mixer library. It supports any number of
simultaneously playing channels of 16 bit stereo audio, plus a single
channel of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg
Vorbis, and SMPEG MP3 libraries. |
|
Download |
| SDL_net |
| This is a small
sample cross-platform networking library, with a sample chat client and
server application. The chat client uses the
GUIlib
GUI framework library. |
|
Download |
|
SDL_ttf |
|
This is a sample
library which allows you to use TrueType fonts in your SDL applications.
It comes with an example program "showfont" which displays an example
string for a given TrueType font file. |
|
Download |
|
SDL_gfx |
|
The SDL_gfx library
evolved out of the SDL_gfxPrimitives code which provided basic drawing
routines such as lines, circles or polygons and SDL_rotozoom which
implemented a interpolating rotozoomer for SDL surfaces. |
|
Download |
|
|