rts-sim-module/README.md
walker d3a187e00f 添加创建仿真
完善仿真实体加载
2023-09-28 14:34:00 +08:00

12 lines
494 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 轨道交通仿真模块
基于 ECSEntity-Component-System架构实现的轨道交通仿真系统
# 目录说明
- component - 组件文件夹,包含所有业务使用到的组件
- consts - 常量文件夹
- entity - 实体文件夹,用于实体对象的加载、初始化
- fi - function interface功能接口提供外部与仿真的功能交互接口
- sys - 系统文件夹,所有功能逻辑实现(系统逻辑依赖组件,系统不能有数据)