|
| 1 | +# MetaHuman - 3D Digital Human Interaction Platform |
| 2 | + |
| 3 | +[](LICENSE) |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | +[简体中文](README.md) | English |
| 9 | + |
| 10 | +A web-based 3D digital human interaction platform with real-time rendering, voice interaction, expression control, and intelligent behavior system. |
| 11 | + |
| 12 | +## Core Features |
| 13 | + |
| 14 | +### 3D Modeling & Animation |
| 15 | +- Three.js high-precision rendering, FBX/GLTF model support |
| 16 | +- Real-time lighting/shadow, skeletal binding, facial expression control |
| 17 | + |
| 18 | +### Voice Interaction |
| 19 | +- TTS voice synthesis (Web Speech API), ASR recognition |
| 20 | +- Multi-language support (Chinese priority), customizable voice parameters |
| 21 | + |
| 22 | +### Behavior Control |
| 23 | +- Emotion state machine, AI-driven intelligent decisions |
| 24 | +- Visual behavior editor, complex action sequences |
| 25 | + |
| 26 | +### Rendering Engine |
| 27 | +- WebGL real-time rendering, responsive design |
| 28 | +- Multi-platform adaptation, performance optimization |
| 29 | + |
| 30 | +## Tech Stack |
| 31 | + |
| 32 | +- **Frontend**: React 18 + TypeScript |
| 33 | +- **3D Rendering**: Three.js + React Three Fiber |
| 34 | +- **State**: Zustand |
| 35 | +- **UI**: Tailwind CSS + Lucide React |
| 36 | +- **Build**: Vite |
| 37 | +- **Deploy**: Vercel |
| 38 | + |
| 39 | +## Quick Start |
| 40 | + |
| 41 | +```bash |
| 42 | +npm install |
| 43 | +npm run dev # http://localhost:5173 |
| 44 | +npm run build # Production build |
| 45 | +npm run deploy # Deploy to Vercel |
| 46 | +``` |
| 47 | + |
| 48 | +## Keyboard Shortcuts |
| 49 | + |
| 50 | +| Key | Function | |
| 51 | +|-----|----------| |
| 52 | +| `Space` | Play / Pause | |
| 53 | +| `R` | Reset | |
| 54 | +| `M` | Mute toggle | |
| 55 | +| `V` | Record toggle | |
| 56 | +| `S` | Settings panel | |
| 57 | +| `1`-`4` | Quick trigger preset behaviors | |
| 58 | + |
| 59 | +## License |
| 60 | + |
| 61 | +MIT License |
0 commit comments