This version is for win32 only at the moment and has two examples, Movie and Stars. The movie example shows how you can add movie playback to your projects while stars displays a 3d star field (SDL), renders a PNG texture image (SDL_image), plays streaming music and if you press the 1 key display play a sound effect (SDL_mixer) and last displays a text message at the top of the screen (SDL_ttf).

Eventually I hope to add Win64, OSX and Linux. These are the initial platforms I want to target.