ditya0398 / WebGPU-Raw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGPU (WIP)

This repo defines my work in native WebGPU.

Dependencies

NodeJS

Installation

Clone the repo and run the following commands

npm install
npm run dev

Screenshots (Output)

Beautiful Triangle!

Triangle

Square

Screenshot 2023-11-11 at 5 15 42 PM

2D Shapes

Screenshot 2023-11-11 at 5 19 04 PM

3D Shapes

Screenshot 2023-11-11 at 5 24 46 PM

Textured Smiley

Screenshot 2023-11-11 at 5 28 47 PM

Checkerboard (Procedural Texture)

Screenshot 2023-11-11 at 5 09 30 PM

3D Shapes Textured

Screenshot 2023-11-11 at 6 41 50 PM

Diffuse Cube

Screenshot 2023-11-11 at 5 26 29 PM

Diffuse Sphere

Screenshot 2023-11-11 at 5 27 07 PM

Per-Vertex Lighting

Screenshot 2023-11-11 at 3 05 47 PM

Per-Fragment Lighting

Screenshot 2023-11-11 at 3 06 06 PM

Three Moving Lights on a Steady Sphere

Screenshot 2023-11-11 at 11 33 44 PM

Procedural Sun

image

Perlin Noise

image

About


Languages

Language:TypeScript 90.3%Language:WGSL 5.7%Language:HTML 3.9%