Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
/ toucan_ecs Public archive

Simple and safe ECS library for Rust

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

toucan-games/toucan_ecs

Repository files navigation

toucan_ecs

Crate Docs License

Simple and safe ECS library for Rust.

Provides basic features, such as:

  • create and destroy entities;
  • attach, get or remove components from the entity;
  • use entry of the entity to modify it;
  • view components of different types immutably or mutably;
  • use systems to get and update data efficiently.

Feature flags

This crate has the following Cargo features:

Feature name Description
resource Store resources in the world and view them

License

Licensed under either of

at your option.