File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ layout : default
3+ title : MetaHuman
4+ ---
5+
6+ # MetaHuman — 3D 数字人交互平台
7+
8+ 基于 React + Three.js 的 3D 数字人交互平台,支持语音交互、行为控制和情绪状态机。
9+
10+ ## 核心特性
11+
12+ - ** 3D 数字人渲染** — Three.js + React Three Fiber,支持骨骼动画和面部表情
13+ - ** 语音交互** — Web Speech API 语音识别 + TTS 语音合成
14+ - ** 行为控制** — 可编程的行为序列和动画状态机
15+ - ** 情绪系统** — 基于 FSM 的情绪状态转换(高兴、悲伤、惊讶等)
16+ - ** 实时渲染** — 60fps 渲染管线,支持后处理效果
17+
18+ ## 文档
19+
20+ - [ README] ( README.md ) — 项目概述与快速开始
21+ - [ API 文档] ( docs/api.md ) — 接口参考
22+ - [ 架构设计] ( docs/architecture.md ) — 系统架构
23+ - [ 开发指南] ( docs/development.md ) — 开发环境搭建
24+
25+ ## 快速开始
26+
27+ ``` bash
28+ # 安装依赖
29+ npm install
30+
31+ # 启动开发服务器
32+ npm run dev
33+
34+ # 运行测试
35+ npm test
36+ ```
37+
38+ ## 技术栈
39+
40+ | 类别 | 技术 |
41+ | ------| ------|
42+ | 框架 | React 18, TypeScript |
43+ | 3D 渲染 | Three.js, React Three Fiber |
44+ | 构建 | Vite |
45+ | 样式 | Tailwind CSS |
46+ | 测试 | Vitest |
47+
48+ ## 链接
49+
50+ - [ GitHub 仓库] ( https://github.com/LessUp/MetaHuman )
51+ - [ README] ( README.md )
You can’t perform that action at this time.
0 commit comments