UNDER HEAVY DEVELOPMENT
WebGPU-Kit aims to provide varying levels of abstraction around the webGPU spec.
The core package is intended to be a small wrapper around webGPU to reduce boilerplate and to make construction and execution of pipelines more straight-forward.
The forward package is intended to be yet another small wrapper around the core package that exposes an API for a forward rendering solution akin to Three.js.
Other packages are planned to expose additional APIs:
In order to install the packages run the following:
# npm i @webgpu-kit/<package>
# e.g. to install the core package
npm i @webgpu-kit/core
Generated using TypeDoc