About 133,000 results
Open links in new tab
  1. WebGL / WebGPU — Showcase, Tutorials, Examples & Community

    5 days ago · The canonical WebGL / WebGPU resource. Learn graphics programming, GPU compute with tutorials, interactive examples, comprehensive guides, and a thriving community.

  2. WebGPU API - Web APIs | MDN - MDN Web Docs

    Nov 30, 2025 · 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 …

  3. 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 …

  4. Your first WebGPU app - Google Codelabs

    WebGPU brings the advancements of these modern APIs to the web platform. It focuses on enabling GPU features in a cross-platform way, while presenting an API that feels natural on the web and...

  5. webgpu.org | WebGPU Homepage

    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 …

  6. WebGPU | Chrome for Developers

    WebGPU Case studies Blog New in Chrome Build with Chrome Web Platform Capabilities ChromeDriver Extensions Chrome Web Store Chromium Web on Android Origin trials Release notes …

  7. Welcome to WebGPU Learning Website

    Welcome to WebGPU Learning Website Master next-generation web graphics technology and embark on your high-performance GPU programming journey!

  8. WebGPU Explainer - GitHub Pages

    Dec 15, 2025 · WebGPU allows running arbitrary GPU computations specified with the WebGPU Shading Language (WGSL). WGSL is compiled into a GPUShaderModule objects that are then used …

  9. WebGPU now works across all major browsers, bringing desktop-class ...

    Dec 2, 2025 · Following recent updates from Mozilla and Apple, all major web browsers now support WebGPU across Windows, Mac, and Android. The new API grants web browsers flexible access...

  10. WebGPU in 2025: The Complete Developer's Guide - DEV Community

    Mar 11, 2025 · After months of research and practical implementation, I'm excited to share my comprehensive guide to WebGPU - the API that's revolutionizing graphics and computing in the …