Skip to content
Rust entity component system crate
Rust
Branch: master
Clone or download
Latest commit 393aa48 Jul 30, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
benches
src
tests Rustfmt Jul 30, 2018
.gitignore Add .gitignore Nov 19, 2016
Cargo.toml Breaking changes, update version number Jul 30, 2018
LICENSE-APACHE Import from calx repo Nov 19, 2016
LICENSE-MIT
README.md Update README Apr 15, 2017

README.md

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.

You can’t perform that action at this time.