libuta - C++ toolkit for SDL

The library is licensed under the LGPL (see COPYING.LIB).
The configure scripts are GPL, except otherwise stated (see COPYING for the GPL)
See AUTHORS for the people involved.

libuta depends on the following libraries:
	libpng 			(surface loading)
	libz	
	libttf (Freetype)	(antialiased font rendering)
	libsigc++		(signal slot system)
	libSDL 			(...)
	(libSDL_mixer for sound and music)
	
When an installed libSDL_mixer is detected it will be used for sound
and music playback. (optionally)
Get SDL_mixer from
http://www.devolution.com/~slouken/SDL/projects/SDL_mixer/index.html
SDL_mixer can be build to playback vorbis and mp3 streams; libuta transparently supports
all music formats SDL_mixer does as it just passes the filename to SDL_mixer.

The subdirectory demos contains some simple demo programs.
