my-ecs

Crates.iomy-ecs
lib.rsmy-ecs
version0.0.3
sourcesrc
created_at2024-07-11 10:15:10.843972
updated_at2024-10-19 07:04:30.017095
descriptionEntity Component System implementation
homepage
repositoryhttps://github.com/ecoricemon/my-ecs
max_upload_size
id1299385
size567,353
ecoricemon (ecoricemon)

documentation

README

my-ecs

Entity Component System(ECS) implementation.

Features

  • Supports CPU parallelism based on rayon.
    example

  • Supports asynchronous tasks. example

  • Supports wasm32-unknown-unknown target.
    example

Commit count: 4

cargo fmt