ZXLIB 0.2: Now with truetype fonts and joystick support

Hello,

I’d like to announce the updated version of ZXLIB, an easy to use C++ game
library based on SDL, offering an object orientated approach to game
development with classes for sprites, the game Arena and the game itself.

The new 0.2 version has joystick event support (contributed by David
Heffelfinger), improved bitmap font support, and truetype font support.
For the latter - which is an optional extra - you also need the SDL_ttf
and freetype libraries installed on your system.

Get it at http://www.hogweed.org/zxlib/

Nick