Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 393 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 393 Bytes

2KB-PathTracer

This project is just me trying to get as much of a Path Tracer into a 2KB executable. I am taking the main shader from an other project so it's more a task of learning C, building a development environment and copy pasting Win32 API Code. Note that I am deliberately doing things like not calling free because of size.