Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 458 Bytes

File metadata and controls

28 lines (19 loc) · 458 Bytes

Software Rasterizer

A small software rasterizer for macOS using MiniFB for the window/framebuffer. It renders textured meshes with projection, clipping, depth testing, and simple directional lighting.

Dependencies

Third-party source is installed locally into third_party/, which is ignored by git.

./scripts/install_deps.sh

Build

make

Run

make run

The executable is written to build/software-rasterizer.