update Thu Jun 17 00:37:00 PDT 2010
[pkgsrc.git] / devel / SDLmm / DESCR
1 SDLmm is a C++ glue for SDL, or the Simple DirectMedia Layer, which is
2 a generic API that provides low level access to audio, keyboard, mouse,
3 joystick, 3D hardware via OpenGL, and 2D framebuffer across multiple
4 platforms.
5
6 SDLmm aims to stay as close as possible to the C API while taking advantage
7 of native C++ features like object orientation.  We will also aim at being
8 platform independent as much as possible.