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 9ceefc6654 feat(client): initialize renderer and extract vulkan extensions
Added ash-window dependency to bridge winit and Vulkan. Extracted raw display handle in the event loop and queried required Vulkan extensions to pass down to the renderer initialization.
2026-04-30 01:38:24 +02:00
crates feat(client): initialize renderer and extract vulkan extensions 2026-04-30 01:38:24 +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): add verify-then-commit loop to agent guides 2026-04-30 01:12:50 +02:00
Cargo.lock feat(client): initialize renderer and extract vulkan extensions 2026-04-30 01:38:24 +02:00
Cargo.toml Initial workspace structure 2026-04-28 00:02:00 +02:00
CLAUDE.md docs(workspace): add verify-then-commit loop to agent guides 2026-04-30 01:12:50 +02:00