OkeWoke / Raytracer

I got bored and wanted to make my own raytracer in C++
0 stars 0 forks source link

refactor: major overhaul #25

Closed OkeWoke closed 10 months ago

OkeWoke commented 10 months ago

Learnt a few things...

OkeWoke commented 10 months ago

PR strips out glfw/glew/gl/imgui crap. Initial attempts to make it somewhat multiplatform (msvc and clang tested) reorganisation of code and addition of cmake build system.