Skip to content
Simple Entity-Component System
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.
src
tests
.gitignore
.travis.yml
Cargo.toml
LICENSE
README.md

README.md

Build Status

Simple Entity-Component System in Rust:

  • minimal functionality
  • perfect data representation
  • no unsafe code

Crates:

  • id: provides Id and Array helpers for safer addressing
  • ecs: simple macro-generated ECS
  • secs syntax extension (struct decorator) doing the same but properly handing visibility and generics
You can’t perform that action at this time.