flâneur — a map of the web's best reading

Perfecting WebGPU/Dawn native graphics for Zig | Hexops' devlog

devlog.hexops.com · 2,950 words · saved by 1 readers

A 700+ commit complete rewrite of mach/gpu (the WebGPU interface for Zig) has been completed, enabling seamless use of Dawn (Google Chrome's WebGPU implementation) for native Zig applications.

Perfecting WebGPU/Dawn native graphics for Zig | Hexops' devlog ' devlog About Archives GitHub We've just finished a complete rewrite of mach/gpu (WebGPU/Dawn bindings for Zig), with 700+ commits, ~7.4k LOC, and 100% API coverage. WebGPU (not to be confused with WebGL) is a modern graphics API, acting as a unified API to the underlying Vulkan/Metal/DirectX APIs. Despite it's name, it is also designed for use in native applications via its C API. Dawn is the C++ implementation of WebGPU by Google, used in Chrome, planned to be shipped to millions of browsers in the not too distant future. mach/

Explore this link on the map →

saved by

related reading