Skip to content

Latest commit

 

History

History
executable file
·
12 lines (8 loc) · 809 Bytes

README.md

File metadata and controls

executable file
·
12 lines (8 loc) · 809 Bytes

Pyx Rasterizer

Started on November 3, 2023 at the Recurse Center

Authors:

  • Quinten Konyn
  • John Christensen

Live Demo: Pyx Rasterizer

A triangle rasterizer using Pyxel as a graphics library.

The goal is to work our way up to what the graphics card does with triangles to render a 3D model. Quinten got to do this in a class in college and had so much fun, but always wanted to see what it would be like to reimplement in a fantasy console with low-res constraints. John wanted to better understand what goes on behind the scenes in 3D rendering, so we have joined forces! Working on this weekly has been a highlight of our Recurse Center batch.