3D rendering library for WebGPU
.vscode | ||
example | ||
src | ||
.editorconfig | ||
.gitignore | ||
AUTHORS | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
tsconfig.json | ||
tsconfig.tsbuildinfo |
oktaeder
3D rendering library for WebGPU
This project uses pnpm. If you don't have it, you can get it
using npm by running npm install -g pnpm
. Then, run pnpm install
to install
all dependencies.
To run the example, run pnpm start:example
and visit
localhost:8000.