build-dawn
Automatic build of dawn (WebGPU) for Windows
Batchfile★ 67⑂ 13 forksupdated 5 days ago
git clone https://github.com/mmozeiko/build-dawn.gitmmozeiko/build-dawnREADME.mdfork it — it’s yours
Automatic weekly build of dawn WebGPU implementation for 64-bit Windows (x64 and arm64).
Build produces single webgpu_dawn.dll file that exports all public Dawn WebGPU C functions.
To use in your code - either load the webgpu_dawn.dll file dynamically or link to it via webgpu_dawn.lib import library.
Download binary build as zip archive from latest release page.
To build locally run build.cmd batch file, make sure you have installed all necessary dependencies (see the beginning of file).
For small example of using Dawn in C see my gist.
more like this
aperture
WebGPU-only, ECS-native 3D runtime where simulation is authoritative and rendering is a derived view.
TypeScript★ 53