A toy raytracer that started to keep me busy during the French Robotics Cup 2019, when my support was not needed.
Use CMake FetchContent to pull tracy sources and build it if frame tracing is enabled. As frame tracing requires annotations in the code, create a wrapper that replaces them with our own defines that are empty when tracing is not enabled. |
||
---|---|---|
.gitignore | ||
CMakeLists.txt | ||
Color.h | ||
FrameTracing.h | ||
LICENSE | ||
main.cpp | ||
Player.cpp | ||
Player.h | ||
World.cpp | ||
World.h |