1
0
Fork 0
Commit graph

4 commits

Author SHA1 Message Date
7241ed7321 Debug: Support frame tracing via Tracy
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.
2024-02-05 13:55:27 +00:00
bb20d4a520 Clean-up: Change indentation to tabs 2024-01-28 22:08:35 +00:00
f25a649144 Debug: Introduce Dear ImGui interfaces
Introduce Dear ImGui to the CMakeBuild, allow building without it.

Add two debug interfaces : one FPS counter and frame time graph,
one map visualizer and editor.
2024-01-26 23:05:11 +00:00
76306196c0 First commit, world map creation 2019-05-27 13:50:49 +02:00