WebGPU

Next-generation graphics API for the web, offering high-performance computation.

$ ls --count4236 repositories
Topic:WebGPU
Open iyinchao/liquid-glass-studio details
iyinchao/liquid-glass-studio
409
iyinchao

from iyinchao

🔮 Liquid Glass Studio English README.md 简体中文 README-zh.md O‘zbekcha README-uz.md The Ultimate Web Recreation of Apple’s Liquid Glass UI, powered by WebGL2 & WebGPU. Includes most Liquid Glass features with fine-grained...

TypeScript
2026-03-24
Open GGBond-GIS/Orillusion_TileEarth details
GGBond-GIS/Orillusion_TileEarth
400
GGBond-GIS

from GGBond-GIS

Ori map 注意:本项目还在试验阶段,请斟酌使用。 🔥介绍 基于Orillusion WebGPU 的GIS引擎demo 🚀特性 1. Orillusion作为渲染引擎, ECS 结构,遵循 组合优于继承 的开发设计原则,实现了自己的组件系统。 2. 参考cesium,具备实用性,GIS图形的精确性。 3. 自定义性更强,mesh使用geometry,material;可以使用ComputeShader 🌎路线 1. - x...

TypeScript
2025-03-05
Open ektogamat/r3f-webgpu-starter details
ektogamat/r3f-webgpu-starter
211
ektogamat

from ektogamat

React Three Fiber WebGPU Post Processing by Anderson Mancini A very simple scene to demonstrate how to integrate Threejs WebGPU with React Three Fiber using Post Processing effects. See the demo here Getting Started...

JavaScript
2025-06-24
Open gnikoloff/webgpu-sponza-demo details
gnikoloff/webgpu-sponza-demo
171
gnikoloff

from gnikoloff

WebGPU Sponza Demo WebGPU tech demo showcasing various rendering techniques. About A WebGPU deferred rendering playground written as a personal project to familiarize myself better with the API and explore various...

TypeScript
2025-07-15
Open kainino0x/webgpu-cross-platform-demo details
kainino0x/webgpu-cross-platform-demo
89
kainino0x

from kainino0x

This is a small test app that uses WebGPU's webgpu.h header as a platform-agnostic hardware abstraction layer. It uses a C++ layer over webgpu.h , called webgpu cpp.h . On native platforms, this project can be built...

C++
2025-09-13
Open andreinwald/browser-llm details
andreinwald/browser-llm
71
andreinwald

from andreinwald

Browser LLM Demo Working with JavaScript and WebGPU WebGPU is already supported in Chrome, Safari, Firefox, iOS v26 , and Android check Demo, similar to ChatGPT: HackerNews discussion: - No need to use your OPENAI API...

TypeScript
2025-08-03
Open s-macke/WebGPU-Lab details
s-macke/WebGPU-Lab
49
s-macke

from s-macke

WebGPU-Experiments Demos and experiments in WebGPU technology. The focus is especially on compute shaders. Demo project demo Description WebGPU Features Shows the features and limits of the selected GPU. Two different...

TypeScript
2026-04-07
Open gnikoloff/webgpu-compute-metaballs details
gnikoloff/webgpu-compute-metaballs
31
gnikoloff

from gnikoloff

WebGPU Compute Metaballs WebGPU demo featuring marching cubes and bloom post-processing via compute shaders, physically based shading, deferred rendering, gamma correction and shadow mapping.

TypeScript
2022-12-20
Open Kitware/vtk-wasm-demos details
Kitware/vtk-wasm-demos
25
Kitware

from Kitware

Project setup Requirements 1. docker 2. python Usage When run without any arguments, the defaults are used for the vtk-wasm-sdk docker image tag and VTK repository commit hash where the examples are downloaded from.

Python
2026-05-09
Open Yuu6883/WebGPUDemo details
Yuu6883/WebGPUDemo
22
Yuu6883

from Yuu6883

WebGPU Demo Features Deferred rendering Cloth simulation spring damper, compute shader Particles compute shader Local Build This project is built with Typescript and compiled using webpack and swc. Building the project...

TypeScript
2025-11-01
Open rsms/dawn-wire-example details
rsms/dawn-wire-example
22
rsms

from rsms

dawn client-server example The goal of this demo is to create a minimal but functional Dawn-based WebGPU client and server with the following traits: - Client is like a web page that uses a high-level WebGPU API to...

C++
2023-06-05
Open NeuralPixelGames/threejs-visual-guide details
NeuralPixelGames/threejs-visual-guide
21
NeuralPixelGames

from NeuralPixelGames

Three.js Visual Encyclopedia Built by @AIOnlyDeveloper — follow for more Three.js content, visual guides, and game dev. 96 illustrated breakdowns covering every major Three.js concept. Geometry, materials, cameras,...

HTML
2026-04-07
Open Avan0203/threejs-demo details
Avan0203/threejs-demo
14
Avan0203

from Avan0203

Three.js Demo Showcase 👉 Live Preview • Get Started #getting-started • Add Your Own Case #adding-new-cases Introduction Three.js Demo is a dynamic case library built with Three.js and modern web technologies. It serves...

JavaScript
2026-04-14
Open aws-samples/amazon-ivs-webgpu-captions-demo details
aws-samples/amazon-ivs-webgpu-captions-demo
9
aws-samples

from aws-samples

Amazon IVS WebGPU Captions Demo A demo web application that showcases state-of-the-art client-side transcription, with everything running directly in your browser. By leveraging Transformers.js and ONNX Runtime Web,...

JavaScript
2026-05-15
Open webmaxru/ng-ai details
webmaxru/ng-ai
7
webmaxru

from webmaxru

Angular AI: WebNN using Transformers.js Offline-ready, privacy-first application that leverages the most suitable hardware available on the edge to run AI workloads. Features - Feature detection: WebGPU, WebNN, NPU -...

TypeScript
2024-11-09
Open YuFengjie97/three-demo details
YuFengjie97/three-demo
6
YuFengjie97

from YuFengjie97

预览地址 手动将打包后资源移动到build/client/three-demo下,再-- - gltfjsx - 字体子集提取

TypeScript
2026-05-14
Open EtherDream/hash-miner details
EtherDream/hash-miner
6
EtherDream

from EtherDream

Hash Miner A browser-based SHA-256 Proof-of-Work PoW demo implemented with WebGPU and WebAssembly SIMD. Demo Usage Challenge is the puzzle input. It can be specified manually or generated randomly. For simplicity, its...

JavaScript
2026-03-30
Open vhiribarren/wgpu-igniter details
vhiribarren/wgpu-igniter
6
vhiribarren

from vhiribarren

wgpu-igniter Library wrapper on top of winit and wgpu to quickly bootstrap simple wgpu projects. Used technologies: Rust, winit, wgpu, WebAssembly, WebGPU. Convention choices - coordinate system is left-handed -...

Rust
2025-05-03
Open do-me/deck.gl-scatterplot-webgpu details
do-me/deck.gl-scatterplot-webgpu
4
do-me

from do-me

deck.gl-scatterplot-webgpu App here: Vanilla JS deck.gl WebGPU-Scatterplot demo for performance testing. Based on Generates the points on the fly in JS or parses a JSON file. Works up to 260M points on a 128Gb M3 Max....

JavaScript
2026-04-19
Open yorshka20/webgpu-demo details
yorshka20/webgpu-demo
4
yorshka20

from yorshka20

WebGPU Demo this project is implemented under the tutorial created by Google. you can read the tutorial here: Preview vercel deployment: instruction Mistake from tutorial there is a mistake in google's tutorial which...

TypeScript
2025-06-07
Open bbbbx/webgpu-compute details
bbbbx/webgpu-compute
3
bbbbx

from bbbbx

WebGPU Compute inspired by Get started with GPU Compute on the web and Vulkan Minimal Compute. live demo

JavaScript
2023-02-09
Open 9SMTM6/mcmc-demo details
9SMTM6/mcmc-demo
2
9SMTM6

from 9SMTM6

MCMC-Demo This application is still work in progress WIP . There is still next to no documentation, both for the users, as well as potential developers. This is originally inspired by It's technologically different and...

Rust
2025-11-23
Open viknesh20-20/claude-code-tool-kit details
viknesh20-20/claude-code-tool-kit
2
viknesh20-20

from viknesh20-20

Claude Code Toolkit — Skills, Agents, Plugins, MCP Servers, Rules & Hooks for AI-assisted development The complete production-ready Claude Code configuration. A one-command installer that gives you 200+ slash commands,...

JavaScript
2026-05-02
Open MagnusThor/demolishedWebGPU details
MagnusThor/demolishedWebGPU
2
MagnusThor

from MagnusThor

demolishedWebGPU demolishedWebGPU is a shader rendering engine based on WebGPU. WebGPU is a new web API that exposes modern computer graphics capabilities, specifically Direct3D 12, Metal, and Vulkan, for performing...

JavaScript
2024-06-26