in progress
Goal: draw 3D shapes (triangles) on the screen in real time using only a drawPixel(x,y,color) function.
- SDL 2.0.12
- https://github.com/ssloy/tinyrenderer (basic ideas)
- https://fgiesen.wordpress.com/2013/02/10/optimizing-the-basic-rasterizer/ (faster rasterizer)