Skip to content
Simple entity-component library inspired by ecs-rs and entityx for Rust
Rust
Branch: master
Clone or download

README.md

sscs (super-simple component system)

Simple entity-component library inspired by ecs-rs and entityx for Rust. et, though)

##Usage Add to cargo.toml:

[dependencies.sscs]
git = "https://github.com/johann2/sscs.git"

Add to your crate root: extern crate sscs

See the tutorial,docs and examples

You can’t perform that action at this time.