Update readme, example project, fix runtime errors

This commit is contained in:
2023-08-15 22:18:08 +02:00
parent 5002138070
commit e26be8ee09
23 changed files with 441 additions and 42 deletions

View File

@@ -1,2 +1,9 @@
# oktaeder
3D rendering library for WebGPU
This project uses [pnpm](https://pnpm.io/). 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](http://localhost:8000).