Software Rasterizer: Drawing a Triangle
The world of 2D graphics is built on triangles as the main primitives for drawing. In fact, even lines and complex polygons are often broken…
Read more →The world of 2D graphics is built on triangles as the main primitives for drawing. In fact, even lines and complex polygons are often broken…
Read more →This is the first blog post of the Project 2D Software Rasterization. In this step, we will set up our project and display a color…
Read more →