Introduction

Project Introduction

This project is the first part of our Graphics Programming self-taught master program where we learn all the basics on computer graphics.

The first project consists on building a CPU-based rasterizer software from scratch to learn what GPU APIs are doing under-the-hood to render pixels with optimal performance. With this project we want to solidify our knowledge of coordinate transformations, and triangle rendering algorithms. We also want to expand our knowledge on color theory and simple vertex shading.

Objective

Build a CPU-based rasterizer from scratch (no GPU APIs). Implement:

Deliverable: Render a rotating 3D cube with proper depth sorting.

Squared Wave SVG