summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2022-04-21Add final render scene.Keuin
2022-04-17Bugfix: wrong cmake config caused not compiling on debian 5.10.Keuin
2022-04-17New lock-free thread pool. Improve CPU utility with massive small tasks.Keuin
2022-04-16Move trace logging to tracelog.h.Keuin
2022-04-16Add dielectric material. (glass ball)Keuin
2022-04-15Move diffusive into material_diffusive. Add material_reflective.h.Keuin
2022-04-15Rename material.cpp -> material_diffusive.cpp.Keuin
2022-04-15Code Refactor:Keuin
2022-04-14Add pixel and bitmap color depth conversion.Keuin
2022-04-13Antialiasing. (not parallelized)Keuin
2022-04-12Refactor: move hitlist, object, sphere, viewport into single files.Keuin
2022-04-12Add bitmap::print for printing ASCII text.Keuin
2022-04-12Add DEBUG macro for future usage.Keuin
2022-04-11Implement ray3, timer and a simple viewport scanner.Keuin
2022-04-11Implement bitmap and PPM serialization (with a demo program).Keuin
2022-04-11Basic 3d vector operations. Testing with GoogleTest.Keuin