
WebGPU
WebGPU and WGSL (WebGPU Shading Language) are W3C standards for GPU acceleration on the Web. There are also implementations of WebGPU in other languages, for both WebAssembly and …
WebGPU API - Web APIs | MDN - MDN Web Docs
Jan 13, 2026 · The WebGPU API enables web developers to use the underlying system's GPU (Graphics Processing Unit) to carry out high-performance computations and draw complex images …
WebGPU - Wikipedia
WebGPU API is a JavaScript, Rust, C++, and C API for cross-platform efficient graphics processing unit (GPU) access. Using a system's underlying Vulkan, Metal, or Direct3D 12 technologies, WebGPU …
WebGPU Fundamentals
A set of articles to help learn WebGPU.
Welcome to WebGPU Learning Website
Learn WebGPU core concepts, rendering pipelines, and compute shader fundamentals. Learn how to create 3D graphics, perform parallel computing, and optimize performance through real projects. …
WebGPU demos - WebKit
Make sure you are on a system with WebGPU enabled. WebGPU is enabled in Safari Technology Preview and Safari 26.0 beta.
WebGPU Samples - GitHub Pages
Please see the current implementation status and how to run WebGPU in your browser at webgpu.io. The WebGPU Samples are a set of samples demonstrating the use of the WebGPU API.
WebGL / WebGPU Community — Showcase, Tutorials, Examples & More
5 days ago · The canonical WebGL / WebGPU resource. Learn graphics programming, GPU compute with tutorials, interactive examples, comprehensive guides, and a thriving community.
Your first WebGPU app - Google Codelabs
WebGPU is a new, modern API for accessing the capabilities of your GPU in web apps. Before WebGPU, there was WebGL, which offered a subset of the features of WebGPU. It enabled a new …
WebGPU | Chrome for Developers
WebGPU allows high-performance 3D graphics and data-parallel computation on the web. 3D texture support for BC and ASTC compressed formats, new "core-features-and-limits" feature, origin trial for …