Small lib for my personal projects
used in lamia sdf editor
- Dear ImGUI (with cImGui interface)
- enet
- glfw
- glslang
- tracy
- vulkan-zig
Math implementation is based on cglm implementation
If you have enabled tracing, add zone tracing code
const tracy = @import("tracy.zig");
var zone: tracy.Zone = tracy.Zone.start_color_from_file(@src(), null);
defer zone.end();
Different start functions control how color for zone is choosen. You can choose your own with 0xRRGGBB
Frames are automaticaly traced in Application
main loop
Use tracy v0.8 to connect to application