Adam Davis
Adam Davis

Reputation: 93565

Linear algebra for graphics in C

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?

-Adam

Upvotes: 3

Views: 615

Answers (1)

DanJ
DanJ

Reputation: 3495

Upvotes: 2

Related Questions