ecb43fa7a3 | ||
---|---|---|
component | ||
consts | ||
entity | ||
examples | ||
fi | ||
jl-ecs@9c5dde7b2e | ||
modelrepo | ||
proto | ||
repo/dto | ||
repository | ||
sys | ||
util/number | ||
.gitignore | ||
.gitmodules | ||
README.md | ||
go.mod | ||
go.sum | ||
go.work | ||
go.work.sum | ||
init.go |
README.md
轨道交通仿真模块
基于 ECS(Entity-Component-System)架构实现的轨道交通仿真系统
目录说明
- component - 组件文件夹,包含所有业务使用到的组件
- consts - 常量文件夹
- entity - 实体文件夹,用于实体对象的加载、初始化
- fi - function interface(功能接口),提供外部与仿真的功能交互接口
- sys - 系统文件夹,所有功能逻辑实现(系统逻辑依赖组件,系统不能有数据)