#Software Renderer in C

2 messages · Page 1 of 1 (latest)

sharp crypt
#

So far just a simple renderer with an attached graphics API modeled after OpenGL2. It comes with its own obj and tga file loader for models and textures respectively. Phong shading, texture mapping, perspective correct interpolation, clipping, z buffer, and a programmable pipeline using function pointers.