summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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