发布于 2025-06-24
摘要
使用ECS架构在Haskell语言中构建游戏引擎 ECS(Entity Component System)是一种流行的游戏引擎架构,它将游戏世界中的对象分解为实体(Entity)、组件(Component)和系统