Ubuntu编译WebGPU文档

创建日期:2024-08-09
更新日期:2025-01-12

1、下载项目。

git clone https://github.com/gpuweb/gpuweb.git

2、安装依赖。

sudo apt install python3-pip
sudo apt install nodejs npm
pip install bikeshed diagrams tree_sitter

3、编译项目。

cd gpuweb/wgsl
make all