https://github.com/halcy/rasterizer
A very very simple software rasterizer.
https://github.com/halcy/rasterizer
Last synced: 9 months ago
JSON representation
A very very simple software rasterizer.
- Host: GitHub
- URL: https://github.com/halcy/rasterizer
- Owner: halcy
- Created: 2011-10-18T19:24:38.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-18T22:21:56.000Z (over 14 years ago)
- Last Synced: 2025-03-16T04:44:09.298Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 116 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A very very simple software rasterizer.
Parts of it (the model loader and the model, mostly) are from a
computer graphics class I took at some point. I removed all of the
C++yness, though, because eh.
It's missing some things, such as clipping in view space - it's
fine as long as you don't have things really close or at infinity
or behind the camera.
To compile:
make
Needs OpenGL and GLUT and GLU, not for rasterizing, just for
getting a window on screen to show the results in.