Tracy profiler bindings/wrapper for the Odin programming language
154
stars
47
commits
Odin
primary language
Aug 22, 2026
updated
Odin bindings for Tracy Profiler v0.14.1



git clone --recurse-submodules https://github.com/oskarnp/odin-tracy
Or if you already had this repo cloned:
git pull --recurse-submodules
Pre-built binaries for Windows/Mac/Linux available from the official release page.
./build_macos.sh
.\build_windows.cmd
./build_linux.sh
odin run demo -define:TRACY_ENABLE=true -debug -o:speed
and then click Connect in Tracy Profiler server.
[!TIP] Run the profiled application (e.g.
demo) in privileged mode (sudo/administrator) to enable even more features in Tracy.
[!IMPORTANT] For more details on how to use Tracy, please refer to the official manual.
Tracy Profiler is licensed under 3-clause BSD license.
These bindings are licensed under 3-clause BSD license.
Odin
95.5%
Batchfile
3.4%
Shell
1.1%
Tracy profiler bindings/wrapper for the Odin programming language
154
stars
47
commits
Odin
primary language
Aug 22, 2026
updated
Odin bindings for Tracy Profiler v0.14.1



git clone --recurse-submodules https://github.com/oskarnp/odin-tracy
Or if you already had this repo cloned:
git pull --recurse-submodules
Pre-built binaries for Windows/Mac/Linux available from the official release page.
./build_macos.sh
.\build_windows.cmd
./build_linux.sh
odin run demo -define:TRACY_ENABLE=true -debug -o:speed
and then click Connect in Tracy Profiler server.
[!TIP] Run the profiled application (e.g.
demo) in privileged mode (sudo/administrator) to enable even more features in Tracy.
[!IMPORTANT] For more details on how to use Tracy, please refer to the official manual.
Tracy Profiler is licensed under 3-clause BSD license.
These bindings are licensed under 3-clause BSD license.
Odin
95.5%
Batchfile
3.4%
Shell
1.1%