Rasterizer

In computer graphics, rasterisation is the task of taking an image described in a
vector graphics format (shapes) and converting it into a raster image
(a series of pixels, dots or lines, which, when displayed together,
create the image which was represented via shapes).

This rasterizer was developed using Linux, from scratch.
It can draw polygons in a graphics window. In my demo, I used projection and multiple
polygons in order to draw a rotating cube, in order to demonstrate that it can be used
for 3D applications.


Project information

  • Category: C / C++
  • Made by:: Jesús Royo Carabal