zig-tracy
zig-tracy copied to clipboard
Zig bindings for the Tracy profiler.
Results
2
zig-tracy issues
Sort by
recently updated
recently updated
newest added
The author of tracy fixed this compilation error here https://github.com/wolfpld/tracy/issues/260 Not sure how you could fix it for zig-tracy since that one depends on the tracy 0.7.8 release. Applying the...
I tried to use lib.zig on it's own, it tells me it does need TracyClient.h, also do i need to link TracyClient.c(or cpp) and then what and houw should i...