@guoquan.net/flow-engine
"Flow: Convincing at first breath."
Flow is a high-performance, lightweight web-based digital human engine based on WebGPU.
This package is distributed under two different scopes depending on the registry:
From NPM Registry:
npm install @guoquan.net/flow-engineFrom GitHub Packages Registry:
Add a .npmrc file to your project:
@guoquan:registry=https://npm.pkg.github.comThen install:
npm install @guoquan/flow-engineNote: The naming difference (
@guoquan.neton NPM vs@guoquanon GitHub) is due to account scope requirements on each platform.
Install directly from the GitHub repository. You can specify a branch, tag, or commit hash using the # prefix:
# Latest from main branch
npm install github:guoquan/flow-engine
# Specific branch
npm install github:guoquan/flow-engine#develop
# Specific tag
npm install github:guoquan/flow-engine#v0.1.9
# Specific commit hash
npm install github:guoquan/flow-engine#7834b6c- Modern Rendering: Based on WebGPU for next-gen performance and visual quality.
- Data-Driven: Animation and behavior fully controlled via JSON configuration.
- Zero-Dependency Core: Pure frontend architecture, easy to integrate into any project.
Please visit docs/ for the full documentation and API references.
"一开口,就服喽。"
Flow 是一个高性能、轻量级的基于 WebGPU 的 Web 端数字人引擎。
由于注册表平台限制,本项目在不同平台使用不同的包名作用域:
从 NPM 安装:
npm install @guoquan.net/flow-engine从 GitHub Packages 安装:
在项目根目录创建 .npmrc 文件:
@guoquan:registry=https://npm.pkg.github.com然后安装:
npm install @guoquan/flow-engine注意: 命名差异(NPM 上为
@guoquan.net,GitHub 上为@guoquan)是因为各平台对用户作用域(Scope)的要求不同。
直接从 GitHub 仓库安装。你可以使用 # 前缀指定分支、标签或提交哈希:
# 安装 main 分支最新代码
npm install github:guoquan/flow-engine
# 指定分支
npm install github:guoquan/flow-engine#develop
# 指定标签
npm install github:guoquan/flow-engine#v0.1.9
# 指定提交哈希
npm install github:guoquan/flow-engine#7834b6c- 现代化渲染:基于 WebGPU,提供下一代渲染性能与视觉效果。
- 数据驱动:动画与行为完全通过 JSON 配置文件控制。
- 零依赖核心:纯前端架构,无需后端即可运行,易于集成。
请访问 docs/ 查看完整文档与 API 说明。