oktaeder/README.md

13 lines
525 B
Markdown
Raw Normal View History

2023-07-26 16:29:07 +00:00
# oktaeder
3D rendering library for WebGPU
2023-11-28 20:57:15 +00:00
<video src="https://gitea.renati.me/renati/oktaeder/media/branch/main/oktaeder.webm" autoplay controls loop>
</video>
2023-08-16 19:43:52 +00:00
2023-09-11 20:56:41 +00:00
This project ships with [bun.lockb](https://bun.sh/docs/install/lockfile)
lockfile for the [Bun](https://bun.sh/) JavaScript runtime. You should be able
to install the dependencies with any JavaScript package manager, though.
2023-09-11 20:56:41 +00:00
To run the example, run `start:example` script with your JavaScript package
manager and visit [localhost:8000](http://localhost:8000).