Skip to content

webgpu/webgpu.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebGPU logo

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 native applications.

webgpu.org is a work in progress - contribute here!

Implementation Status

Community Spaces

Samples & Demos

Learning Resources

Developer Tools

Specifications & References

Browser News & Articles

Videos & Presentations

Community libraries for use with WebGPU

Language bindings for WebGPU

  • TypeScript
  • C
    • webgpu.h - standardized stable header for C and FFI
  • C++
    • Dawn and Emdawnwebgpu include C++ bindings
    • WebGPU-cpp
  • Rust - see below
  • JavaScript (Node/Deno) - see below
  • WebAssembly (C/C++/Rust) - see below

Libraries implementing WebGPU

  • wgpu - Rust, used in Firefox, Servo, and Deno
    • Available for: Rust, C (wgpu-native - contributions wanted)
    • Native + WebAssembly
  • Dawn - C++, used in Chrome, Edge, and other Chromium browsers
    • Available for: C, C++, Node
    • Native only
  • Emdawnwebgpu - bindings for Emscripten
    • WebAssembly only, via Emscripten

More resources from the community

About

WebGPU Homepage

Resources

Stars

Watchers

Forks

Contributors