Commit Graph

10 Commits

Author SHA1 Message Date
1cc545a91f docs: update README with RenderDoc integration info 2026-03-23 17:12:02 +08:00
1f129ed20f docs: fix README.md project structure to match actual codebase
Engine modules:
- Audio: remove AudioSource/Listener components (they belong in Components/), add IAudioEffect.h
- Components: add AudioSourceComponent.h and AudioListenerComponent.h
- Math: remove non-existent OBB.h
- Resources: fix DependencyGraph.h -> ResourceDependencyGraph.h
- Threading: add TaskSystemConfig.h
- RHI: remove incorrect RHIDescriptor.h (already covered by RHIDescriptorPool.h)

Backend fixes:
- OpenGL: add OpenGLScreenshot.h
- D3D12: fix file order (D3D12Enum.h before D3D12Types.h)
2026-03-22 14:18:48 +08:00
6e5ed41fbf docs: 全面更新 README.md 项目结构描述 2026-03-22 01:28:21 +08:00
d0e16962c8 docs: update README and project docs to reflect game engine scope 2026-03-18 17:58:01 +08:00
967c64faf8 docs: update README with RHI abstraction layer documentation 2026-03-17 22:39:59 +08:00
dc9b0751cb docs: 在README中添加MVS示例版本介绍 2026-03-13 20:40:12 +08:00
fa3e48b0fc docs: 更新README.md反映新的项目结构 2026-03-13 20:38:32 +08:00
5efa171050 refactor: 重构项目结构为 MVS 多示例版本,添加 README 文档 2026-03-13 15:07:03 +08:00
91b15e9d6c 更新README文档 2026-03-12 01:58:17 +08:00
f3c6fdc303 Add README.md documentation 2026-03-11 17:39:33 +08:00