Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 220 Bytes

File metadata and controls

10 lines (7 loc) · 220 Bytes

rasterizer

My attempt at making a real-time interactive rasterizer from scratch.

Don't use Xlib, trust me. 😭

Compile

g++ -lX11 game.cpp Graphics.cpp Polygon.cpp Vector.cpp Point.cpp Matrix.cpp -o game