3D rendering library for WebGPU
2024-03-17 20:22:03 +01:00
.vscode
Initialize project
2023-07-26 18:29:07 +02:00
example
Update deps, texture demo, fix textures and normals in shader
2024-03-17 20:22:03 +01:00
src
Update deps, texture demo, fix textures and normals in shader
2024-03-17 20:22:03 +01:00
.editorconfig
Initialize project
2023-07-26 18:29:07 +02:00
.gitattributes
Update deps, texture demo, fix textures and normals in shader
2024-03-17 20:22:03 +01:00
.gitignore
Initialize project
2023-07-26 18:29:07 +02:00
AUTHORS
Initialize project
2023-07-26 18:29:07 +02:00
bun.lockb
Update deps, texture demo, fix textures and normals in shader
2024-03-17 20:22:03 +01:00
LICENSE
Initialize project
2023-07-26 18:29:07 +02:00
oktaeder.webm
Include readme video
2023-11-28 22:27:41 +01:00
package.json
Update deps, texture demo, fix textures and normals in shader
2024-03-17 20:22:03 +01:00
README.md
Include readme video
2023-11-28 22:27:41 +01:00
tsconfig.json
Switch to Bun
2023-09-11 22:57:25 +02:00
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 .