RaspiGFX
A simple 2D FrameBuffer graphics library in C/C++ for the Raspberry PI
Based on my previous work a while ago on Solaris workstations (and the great work at http://raspberrycompote.blogspot.co.uk) I have put together a simple library to make use of the RaspberryPI's frame buffer for unaccelerated 2D graphics.
The Library supports graphics primatives such as:
Pixel, Line, Ellipse, Rectangle, Fill, Triangle, Polygon, CopyRect, Images, DoubleBuffering/Page Flips, XY origin, TTF Fonts (via public domain code)
Using 16-bit (R5-G6-B5) colour mode (at all...