WebGpu Quad

This is some simple code for setting up uniforms and a fullscreen quad shader in webgpu. (check warnings down below before using this)

WebGPU Introduction

WARNING:

don't use vec3 variables in the uniforms. it currently has some bugs. use a vec4 instead.

Installation

Clone this repo and npm install.

npm i

Usage

Development server

npm run dev

Production build

npm run build