Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 453 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 453 Bytes

Rust software rasterizer

A learning project for understanding the GPU pipeline better.

Features:

  • Vertex & fragment shader (in rust)
  • Perspective correct interpolation (e.g. texture coordinates)
  • MSAA
  • Triangle clipping & reconstruction
  • Bilinear texture filtering

Run with cargo run --release.

Resources