WebGPU Examples
This project is aimed at learning WebGPU
WebGPU is a new web standard for graphics and compute, designed from the ground up for the modern web. It provides modern features such as low-level GPU access, multithreading, and more direct control over the GPU. WebGPU is based on the Vulkan API and is designed to provide a lower-level alternative to WebGL.