Commit graph

109 commits

Author SHA1 Message Date
Serkyo d60ccd7918 feat(renderer): implement base Vulkan instance initialization
Added ash and thiserror dependencies to the renderer crate. Defined RendererError for typed Vulkan failure handling. Implemented the Renderer struct with basic Vulkan Entry and Instance creation.
2026-04-30 01:29:04 +02:00
Serkyo 1979308cbb docs(workspace): add verify-then-commit loop to agent guides 2026-04-30 01:12:50 +02:00
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
Serkyo fdf39ceaa3 docs(workspace): copied CLAUDE.md into a generic AGENTS.md 2026-04-28 18:31:21 +02:00
Serkyo 648024f494 docs(workspace): expand CLAUDE.md with project conventions 2026-04-28 01:37:14 +02:00
Serkyo bdc8d2a79b Added CLAUDE.md to help on the project 2026-04-28 01:17:39 +02:00
Serkyo c92592600e Added an empty window using winit 2026-04-28 01:17:27 +02:00
Serkyo a2488d8015 Initial workspace structure 2026-04-28 00:02:00 +02:00
Serkyo 16c1fd93c0 Initial commit 2026-04-27 23:53:41 +02:00