electrobun-webgpu

Installation
SKILL.md

Electrobun WebGPU Patterns

Electrobun wraps WGPU (a Rust WebGPU abstraction) via Bun FFI. GPU windows bypass the webview entirely — they render directly to a native surface.

Config Requirement

Always required before WebGPU code will work:

// electrobun.config.ts
mac: { bundleWGPU: true },
win: { bundleWGPU: true },
linux: { bundleWGPU: true },

GpuWindow Setup

import { GpuWindow } from "electrobun/bun";
Related skills

More from dexploarer/plugin-electrobun-dev

Installs
2
GitHub Stars
3
First Seen
Apr 6, 2026