A tiny teaching experiment in 3d-transformations using matrices. It is heavily inspired by Tsoding's recent video. Linear algebra refreshers can be frontloaded with a lot of theory, I wanted to write this as a way to ease into transformations without getting bogged down by theory. It's currently a work in progress, A diffuse shading pipeline, and pong paddles are in the works.
-
Part 0 - Initial Commit
-
Part 1 - Perspective
-
Part 2 - Shape Rotation
-
Part 3 - Enter the Matrix
-
Part 4 - Hello GPU