MilchRatchet / Luminary

CUDA based Pathtracing Offline and Realtime Renderer
MIT License
30 stars 1 forks source link

GNU Toolchain #61

Closed MilchRatchet closed 2 years ago

MilchRatchet commented 2 years ago

Luminary is currently developed using the Microsoft C/C++ compilers. Since I recently realized how simple it is to use cmake projects in Windows without using Visual Studio, Luminary should probably switch over to GCC/Clang. Most of the code should already work but especially the special _s functions need to be replaced.