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 7034a24498 feat(renderer): implement physical device selection
Added logic to enumerate and score physical devices, preferring discrete GPUs. Added NoSuitableGpu error variant and documentation for the selection process.
2026-04-30 13:46:46 +02:00
crates feat(renderer): implement physical device selection 2026-04-30 13:46:46 +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