feat: initial DX12 foundation framework

This commit is contained in:
SpecialX
2026-03-19 18:27:49 +08:00
commit 60f73b525d
70 changed files with 8993 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Id.h 与 Components 运行机制设计索引
本文档改为总览索引。按你的要求,每个组件拆分到独立页面。
## 总览
- ID 机制分析:`Engine/Common/Id.h`
- Entity 组件分析:`Engine/Components/Entity.cpp/.h`
- Transform 组件分析:`Engine/Components/Transform.cpp/.h`
- Script 组件分析:`Engine/Components/Script.cpp/.h`
## 分页文档
- [Id机制分析.md](./Id机制分析.md)
- [Entity组件分析.md](./Entity组件分析.md)
- [Transform组件分析.md](./Transform组件分析.md)
- [Script组件分析.md](./Script组件分析.md)
- [项目约定规范.md](./项目约定规范.md)