BoyBaykiller / 2KB-PathTracer

2KB OpenGL PathTracer written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

2KB OpenGL PathTracer written in C


Languages

Language:C 76.3%Language:GLSL 21.5%Language:Python 1.2%Language:Batchfile 1.0%