Skip to content
Simple entity-component library inspired by ecs-rs and entityx for Rust
Rust
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
doc
examples
src
tests
.gitignore
.travis.yml
Cargo.toml
README.md

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.