Collection of C-language examples that demonstrate basic rendering and computation in WebGPU native.
☆498Updated this week
Alternatives and similar repositories for webgpu-native-examples
Users that are interested in webgpu-native-examples are comparing it to the libraries listed below
Sorting:
- A single-file zero-overhead C++ idiomatic wrapper for WebGPU native☆458Sep 3, 2025Updated 5 months ago
- webgpu.h - C version of the JS API, for both native and Wasm. A multi-vendor standard between Dawn/Emdawnwebgpu and wgpu-native. Designed…☆541Feb 20, 2026Updated last week
- Cross-platform C++ example for WebGPU and Dawn☆295Jul 13, 2025Updated 7 months ago
- WebGPU cross-platform app with CMake/Emscripten☆185Feb 10, 2026Updated 2 weeks ago
- Native WebGPU implementation based on wgpu-core☆1,226Feb 12, 2026Updated 2 weeks ago
- 😎 Curated list of awesome things around WebGPU ecosystem.☆1,842Jan 21, 2026Updated last month
- Learn to use WebGPU for native graphic applications in C++☆593Jan 15, 2026Updated last month
- The accompanying code of the Learn WebGPU C++ programming guide☆162Sep 5, 2025Updated 5 months ago
- CMake files that provide WebGPU for native and web development, easy-to-integrate and unified across implementations.☆244Sep 3, 2025Updated 5 months ago
- System headers for interfacing WebGPU from C programs compiled via Emscripten to WebAssembly☆410Jan 26, 2026Updated last month
- Dawn Native WebGPU Examples☆28Dec 22, 2025Updated 2 months ago
- WebGPU Samples☆2,098Feb 11, 2026Updated 2 weeks ago
- 🚀 A minimal WebGPU example written in C, compiled to WebAssembly (wasm). 🛠️ Ideal for experimenting and preparing for native developmen…☆69Jan 3, 2026Updated last month
- Personal experimental project to implement clustered shading with WebGPU.☆207Jan 27, 2023Updated 3 years ago
- Native WebGPU implementation. Mirror of https://dawn.googlesource.com/dawn. File bugs here: https://crbug.com/dawn/new☆913Updated this week
- Fast WebGPU 3d math library☆445Feb 12, 2026Updated 2 weeks ago
- Builds Dawn on Linux and macOS as one single easier-to-use library☆29Dec 5, 2021Updated 4 years ago
- Hardware Ray tracing extension for Chromium WebGPU☆293Sep 15, 2020Updated 5 years ago
- WebGPU demo demonstrating marching cubes, deferred rendering, PBR, shadow mapping and different post-processing☆30Dec 20, 2022Updated 3 years ago
- RedGPU - JavaScript WebGPU Library☆379Feb 19, 2026Updated last week
- Where the GPU for the Web work happens!☆5,341Updated this week
- Cross-platform (Web/native) demo of WebGPU using C++, CMake, Dawn, and Emscripten with Dawn's "emdawnwebgpu" bindings.☆89Sep 13, 2025Updated 5 months ago
- ☆936Feb 9, 2026Updated 2 weeks ago
- Google's Dawn WebGPU implementation, cross-compiled with Zig into a single static library☆149Jul 8, 2024Updated last year
- 🔺🌱 An example on how to render a hello triangle with WebGPU.☆303Apr 17, 2023Updated 2 years ago
- WebGPU Ray Tracing eXtension☆158Oct 8, 2023Updated 2 years ago
- Rendering algorithms implemented in WebGPU.☆80Updated this week
- Single-file glTF 2.0 loader and writer written in C99☆1,832Feb 2, 2026Updated 3 weeks ago
- A series of docs detailing best practices for developing with WebGPU☆348Feb 7, 2023Updated 3 years ago
- Inspection debugger for WebGPU☆302Jan 22, 2026Updated last month
- I'm learning webgpu