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

Latest commit

 

History

History
32 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.06 KB

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.