-
Notifications
You must be signed in to change notification settings - Fork 3
jhaberstro/software-rasterizer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Author: Jedd Haberstro (jhaberstro at gmail.com) Description: I wrote this project to better understand the 3D rendering pipeline and to try out some C++11 features. It's "shader based" which means you can write your graphics shaders in C++ and just pass the shader as a function pointer to the renderer. It supports texturing/abitrary attribute interpolation, triangle lists and triangle strips, clockwise or counter-clockwise polygon windings, and both indexed vertex data and normal vertex arrays. This has only been tested on Mac OS X 10.7 and 10.8 with the clang compiler.
About
A 3D renderer and software rasterizer
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published