3D rendering library for WebGPU
Go to file
Szymon Nowakowski 78683f6115 Include readme video 2023-11-28 22:27:41 +01:00
.vscode Initialize project 2023-07-26 18:29:07 +02:00
example Introduce static and dynamic materials 2023-09-11 23:09:31 +02:00
src Introduce static and dynamic materials 2023-09-11 23:09:31 +02:00
.editorconfig Initialize project 2023-07-26 18:29:07 +02:00
.gitattributes Include readme video 2023-11-28 22:27:41 +01: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 Include readme video 2023-11-28 22:27:41 +01:00
bun.lockb Switch to Bun 2023-09-11 22:57:25 +02:00
oktaeder.webm Include readme video 2023-11-28 22:27:41 +01:00
package.json Update readme, example project, fix runtime errors 2023-08-15 22:18:08 +02:00
tsconfig.json Switch to Bun 2023-09-11 22:57:25 +02:00
tsconfig.tsbuildinfo Initialize project 2023-07-26 18:29:07 +02:00

README.md

oktaeder

3D rendering library for WebGPU

This project ships with bun.lockb lockfile for the Bun JavaScript runtime. You should be able to install the dependencies with any JavaScript package manager, though.

To run the example, run start:example script with your JavaScript package manager and visit localhost:8000.