calx-ecs
calx-ecs copied to clipboard
Rust entity component system crate
calx-ecs
Calx-ecs is a simple and fast entity-component system for Rust. You want to use this if you're writing a computer game.
It uses a macro to generate a local ECS structure that can be serialized using Serde.
See tests/lib.rs
for a usage example.