uwal
v0.0.9
Published
Unopinionated WebGPU Abstraction Library
Downloads
104
Maintainers
Readme
Introduction
- UWAL is very minimal, under development and in early alpha stage, so expect breaking changes in the future.
- There are no plans to implement any WebGL fallback, so keep an eye on browsers that support WebGPU APIs.
- It is aimed at developers who like minimal layers of abstraction and are interested in writing their own shaders.
Installation
npm i uwal
# or
yarn add uwal
# or
pnpm add uwal
# or
bun add uwal