I'm developing software that writes to a tiny LCD screen (less than 1" x 1").
I've got all the usual suspects - lines, filled polygons, fonts, etc.
I remember, however, learning how to do fun vector manipulation in linear algebra many moons ago, and creating rotating wireframe objects.
I'd like to do that again, but figured there must be a quick and dirty tutorial and/or simple vector library in C that does all the heavy lifting so I can skip the implementation and go right to the eye candy.
Any pointers?