No description
Find a file
Markus Scully d83475e755 Implement entity_count and remove the todo macro
The `entity_count` method in the `Node` struct now correctly returns the
number of entities in the world by querying for all entities. I've removed
the `todo!()` macro which was preventing proper compilation and execution.
2025-07-13 23:39:58 +03:00
crates/vanth Implement entity_count and remove the todo macro 2025-07-13 23:39:58 +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 Refactor: Convert project to a Bevy-based workspace and node 2025-07-12 22:59:41 +03:00
Cargo.toml Move to crates 2025-07-13 00:21:46 +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?