GFramework/docs/zh-CN/index.md
gewuyou b96565ffa3 docs(documentation): 扩展项目功能文档覆盖
- 更新 meta-package 与安装入口,明确聚合范围、当前运行时基线和首页选包路径
- 补充 Game 配置工具文档与导航,把 VS Code config workflow 纳入 reader-facing 采用链路
- 修正文档与实现不一致的 source-generator 与 CQRS 契约说明,补充 support module 边界
- 记录 RP-038 批处理恢复点、委派结论和本轮验证结果
2026-04-25 17:10:37 +08:00

1.9 KiB
Raw Blame History

layout, title, description, hero, features
layout title description hero features
home GFramework 概览 GFramework 的模块能力、安装选包路径,以及 Core、CQRS、Game、Godot 与配置工具入口。
name text tagline image actions
GFramework 面向游戏开发的模块化 C# 架构体系 基于清洁架构与 CQRS 思想构建覆盖运行时、源码生成器、Godot 集成与 AI-First 配置工作流
src alt
/logo.png GFramework Logo
theme text link
brand 快速开始 /zh-CN/getting-started/quick-start
theme text link
alt 安装与选包 /zh-CN/getting-started/installation
theme text link
alt CQRS /zh-CN/core/cqrs
theme text link
alt 配置工具 /zh-CN/game/config-tool
title details
🏗 清洁架构分层 基于 ModelControllerSystemUtility 五层结构组织运行时能力,适合先从 Core 起步,再逐层叠加 Game、CQRS 和引擎集成。
title details
🔧 CQRS 请求模型 提供 request、notification、pipeline、handler registry 与 source generator 协作路径,适合把新业务统一收敛到 CQRS runtime。
title details
🧭 模块化选包路径 支持按运行时、抽象层、源码生成器和引擎集成拆分安装,而不是先引入一个难以裁剪的大而全包。
title details
🎮 Godot 集成 在保持 Core / Game 运行时边界的前提下,补齐节点扩展、场景与 UI 接线、协程桥接和生成器辅助。
title details
🧩 AI-First 配置工作流 通过 YAML + JSON Schema + Source Generator + VS Code 工具,把静态内容配置、校验、表单预览和批量编辑串成一条链路。
title details
Roslyn 源码生成器 自动生成日志、上下文注入、配置类型、CQRS registry 和 Godot 辅助代码,并复用共享 diagnostics 约束生成行为。