前两天看了webgpu的开源库Orillusion | 专业 WebGPU 引擎
Orillusion感觉很不错的样子,准备试一下。因为都是做OpenGL和windows桌面端。
web有点小陌生,记录一下。
准备:
Google Chrome Canary 最新版,老版本有问题
nodejs 版本太低了不行下载链接 Node.js
github上有一个可用教程
GitHub - Orillusion/orillusion-webgpu-samples: Basic WebGPU samples from Orillusion
步骤:
打开powershell:在自己的项目目录中:
git clone https://github.com/Orillusion/orillusion-webgpu-samples.git
cd orillusion-webgpu-samples
npm install
npm run dev
install的时候:
{
这种就是版本太低了。6.14.16
9.5.1
}
{
打开 http://localhost:3000/
}
如果是不支持webgpu:解决方法:
chrome://flags/#enable-unsafe-webgpu