Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.47 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.47 KB

Quack

A graphics project focusing on trying to rasterize a scene as quickly as possible on a CPU with a combination of algorithmic (usage of scanlines, culling), data-driven (memory layout) and SIMD approaches. It is written in C, and the final texture is rendered using a SDL3 render target.

Screenshots

quack-opt quack-opt

Dependencies

Libraries

3D models