Skip to content

BoyBaykiller/2KB-PathTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.