Complete game engine with ECS
ECS ile tam oyun motoru
GPU soyutlamasi
wgpu = "22"Pencere yonetimi
winit = "0.30"ECS kutuphanesi
hecs = "0.10"Gamepad girisi
gilrs = "0.10"Copy this Cargo.toml to get started:
[package]
name = "my-game-engine"
version = "0.1.0"
edition = "2021"
[dependencies]
wgpu = "22"
winit = "0.30"
gilrs = "0.10"
hecs = "0.10"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: