-
Notifications
You must be signed in to change notification settings - Fork 0
Progress
ARGOSTA edited this page Mar 25, 2025
·
3 revisions
- Created Project structure using
CMake-
Enginedirectory contains code for theSidasht3Dengine only -
Gamedirectory contians code for the game code (the game to be decided at later days)
-
- Added Tracy Profiler
- Added custom
CMakebuild variant calledRelWithTracyProfilerwhere it enables Tracy along with a couple of compiler/linker flags - Added
new/deleteandmalloc/freeoverride function when the profiler is enabled so that I can monitor heap allocation to some extent
- Added custom