3D rendering library for WebGPU
Go to file
Szymon Nowakowski e26be8ee09 Update readme, example project, fix runtime errors 2023-08-15 22:18:08 +02:00
.vscode Initialize project 2023-07-26 18:29:07 +02:00
example Update readme, example project, fix runtime errors 2023-08-15 22:18:08 +02:00
src Update readme, example project, fix runtime errors 2023-08-15 22:18:08 +02:00
.editorconfig Initialize project 2023-07-26 18:29:07 +02:00
.gitignore Initialize project 2023-07-26 18:29:07 +02:00
AUTHORS Initialize project 2023-07-26 18:29:07 +02:00
LICENSE Initialize project 2023-07-26 18:29:07 +02:00
README.md Update readme, example project, fix runtime errors 2023-08-15 22:18:08 +02:00
package.json Update readme, example project, fix runtime errors 2023-08-15 22:18:08 +02:00
pnpm-lock.yaml Update readme, example project, fix runtime errors 2023-08-15 22:18:08 +02:00
tsconfig.json Define basic data structure 2023-07-26 23:13:16 +02:00
tsconfig.tsbuildinfo Initialize project 2023-07-26 18:29:07 +02:00

README.md

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.