Voxel RPG and survival sandbox in a medieval fantasy world bound by twelve elements and unravelled by a thirteenth. Rust + Vulkan engine, Lua-moddable gameplay, server-authoritative QUIC multiplayer.
Find a file
Serkyo edcde4ffd1 feat(renderer): wire vulkan debug messenger to tracing
Implemented the Vulkan debug callback to intercept internal driver warnings and validation layer errors, converting them into tracing logs. Resolved unused assignment and unsafe pointer 2024 edition warnings. Added doc comments for the Renderer and its initialization logic.
2026-04-30 12:26:38 +02:00
crates feat(renderer): wire vulkan debug messenger to tracing 2026-04-30 12:26:38 +02:00
.gitattributes Initial commit 2026-04-27 23:53:41 +02:00
.gitignore Initial workspace structure 2026-04-28 00:02:00 +02:00
AGENTS.md docs(workspace): require useful comments before committing 2026-04-30 12:10:12 +02:00
Cargo.lock feat(renderer): wire vulkan debug messenger to tracing 2026-04-30 12:26:38 +02:00
Cargo.toml Initial workspace structure 2026-04-28 00:02:00 +02:00
CLAUDE.md docs(workspace): require useful comments before committing 2026-04-30 12:10:12 +02:00