Skip to content

Rust entity component system crate

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

rsaarelm/calx-ecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rust entity component system crate

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages