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 9e56bccb05 feat(client): implement main event loop and tracing initialization
Added winit event loop with ControlFlow::Poll for continuous rendering, and initialized tracing-subscriber for standardized logging. Also integrated anyhow for robust error handling in the client binary.
2026-04-30 01:02:42 +02:00
crates feat(client): implement main event loop and tracing initialization 2026-04-30 01:02:42 +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): copied CLAUDE.md into a generic AGENTS.md 2026-04-28 18:31:21 +02:00
Cargo.lock feat(client): implement main event loop and tracing initialization 2026-04-30 01:02:42 +02:00
Cargo.toml Initial workspace structure 2026-04-28 00:02:00 +02:00
CLAUDE.md docs(workspace): expand CLAUDE.md with project conventions 2026-04-28 01:37:14 +02:00