Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 260 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 260 Bytes

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.