Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.15 KB

File metadata and controls

51 lines (32 loc) · 1.15 KB

WebGPU-Kit

See more

Documentation

Examples

Table of Contents


About this project

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:

  • shaders: contains reusable, configurable wgsl shader chunks
  • react: contains react bindings for the core/forward packages

Packages

Installation

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