WGPU3D is a 3D rendering framework built on top of WebGPU and is heavily inspired by Three.js.
It's main purpose is for prototyping and demonstrating the possibilities of WebGPU, as it is nowhere near as powerfull as many other frameworks.
Clone this repository:
git clone https://github.com/aboyobam/WGPU3D.git
Then install all dependencies with npm
:
npm install
Compile all the source files with webpack
:
npm run build
Finally, run any static webserver inside the public directory and open any example file:
npx serve
Open Documentation