No description
Find a file
Markus Scully be75844fdd
vanth, workspace: Add entity ID system and serialization dependencies
- Added new modules `entity` and `store` to `vanth` crate for ECS foundations
- Implemented generic `Id` type with serialization/deserialization support
- Introduced `serde` and `serde_json` dependencies in workspace and vanth crate
- Defined `Vanth` struct and `ContentHash` component in `lib.rs`
- Added placeholder `Store` component in new module
- Updated workspace configuration with `resolver = "3"` and dependency versions
2025-07-23 10:40:23 +03:00
crates/vanth vanth, workspace: Add entity ID system and serialization dependencies 2025-07-23 10:40:23 +03:00
.envrc Init commit 2024-11-14 23:24:15 +00:00
.gitignore Init commit 2024-11-14 23:24:15 +00:00
.rules Refactor: Convert project to a Bevy-based workspace and node 2025-07-12 22:59:41 +03:00
Cargo.lock vanth, workspace: Add entity ID system and serialization dependencies 2025-07-23 10:40:23 +03:00
Cargo.toml vanth, workspace: Add entity ID system and serialization dependencies 2025-07-23 10:40:23 +03:00
devenv.lock Init commit 2024-11-14 23:24:15 +00:00
devenv.nix Init commit 2024-11-14 23:24:15 +00:00
devenv.yaml Init commit 2024-11-14 23:24:15 +00:00
LICENSE Refactor: Convert project to a Bevy-based workspace and node 2025-07-12 22:59:41 +03:00
README.md Refactor: Convert project to a Bevy-based workspace and node 2025-07-12 22:59:41 +03:00

Vanth

Vanth is a work in progress. Maybe some kind of distributed ECS database?