Bachelor thesis project for TU Wien by Benedikt Peter. Forked from nicolasxbx.
- Clone this repository using a program or with git clone https://github.com/nicolasxbx/webgpu-particle-system/tree/main
- Install the dependencies: npm install
- Compile files: npm run prod or webpack --mode production
- Serve the built files using an HTTP-Server: npx http-server dist (or use the VSCODE Live Server)
- Open http://127.0.0.1:8080/
Note: Benchmarking is broken in this version.