Entity Component System framework
Entity Component System framework
ECS kutuphanesi
hecs = "0.10"Bevy ECS
bevy_ecs = "0.14"Legion ECS
legion = "0.4"Copy this Cargo.toml to get started:
[package]
name = "my-ecs-framework"
version = "0.1.0"
edition = "2021"
[dependencies]
hecs = "0.10"
bevy_ecs = "0.14"
legion = "0.4"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: