Shovel Library
Simple graphics, keyboard and mouse library with a C interface
is a collection of ultra-simple routines I've found useful for making small interactive graphics applications.
=== Functions include ===
* Window creation
* 32-bit RGBA bitmap creation
* Fast software based drawing routines (pixels, lines, text etc)
* Mouse and keyboard input
=== Details ===
* Written in C
* Python bindings provided
* Permissive BSD licence
* Win32 version currently. Linux and Mac planned.
=== Performance ===
Running on Windows XP on an Intel...