A very barebones CPU rasterizer for drawing on linux /dev/fb. This is a hobby project, with the goal of implementing some kind of graphics pipeline outside of Xorg.
Run "make" in the project directory to build libFBRaster.a, or "make example" to build the library and a test program. Running sudo ./example in a TTY session. You have to use sudo because the library needs access to the /dev/fb0 device.