Software rasterizer
- POST
Edit: there is a more recent post on this project. The new version has more feature and is finally able to render any STL.
This is the follow-up on a project I started on November 2010. The goal was to code a very simple rasterizer in c++. I used the framebuffer provided by the SDL library to perform the rendering. In other word, SDL only provide a canvas on which I “paint” the model, pixel by pixel.