nukkeldev/bloom
A bare-bones app framework.
5c55c894039a15a16bb7c89b2d6438e158e86ef1b2f29f14bce688ec90a26a9a7906543d98e0f8a0abbc35793e245510a9b33288cfdc2d68a894c535An app framework for quickly creating cross-platform applications. Abstracts much of the creation but you may source many of the components yourself (e.g. windows, devices, etc.)
Uses castholm's zig port of SDL3, more specifically it's GPU functionality, as it's windowing and rendering backend.
ImGui (+ friends) are provided by zgui.
All dependencies are re-exported in root.zig for usage.
Built for zig 0.14.1, does not currently work on master due to dependencies using now finalized deprecations in their build scripts.
zig fetchbloom moduleSee example/ for a simple usage example.