#ecs #component #entity #target #tasks #system

my-ecs

Entity Component System implementation

3 releases

0.0.3 Oct 19, 2024
0.0.2 Sep 19, 2024
0.0.1 Jul 11, 2024

#1063 in Game dev

Download history 15/week @ 2024-09-26 5/week @ 2024-10-03 168/week @ 2024-10-17 8/week @ 2024-10-24 1/week @ 2024-10-31 2/week @ 2024-11-07 1/week @ 2024-12-05 4/week @ 2024-12-12

181 downloads per month

Apache-2.0 OR MIT

535KB
13K SLoC

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

Dependencies

~2–11MB
~115K SLoC