GitHunt
KV

kvark/simplecs

Simple Entity-Component System

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

Languages

Rust100.0%

Contributors

Apache License 2.0
Created March 24, 2015
Updated April 7, 2025
kvark/simplecs | GitHunt