-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,5 @@ | ||
<a href="https://machengine.org/pkg/mach-gpu-dawn"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://machengine.org/assets/mach/gpu-dawn-full-dark.svg"> | ||
<img alt="mach-gpu-dawn" src="https://machengine.org/assets/mach/gpu-dawn-full-light.svg" height="150px"> | ||
</picture> | ||
</a> | ||
## Deprecated | ||
|
||
Google’s Dawn WebGPU implementation, cross-compiled with Zig into a single static library | ||
This project has been deprecated and is no longer maintained. | ||
|
||
## Features | ||
|
||
`mach/gpu-dawn` builds [Dawn](https://dawn.googlesource.com/dawn/), Google Chrome's WebGPU implementation, requiring nothing more than `zig` and `git` to build and cross-compile a static Dawn library for every OS: | ||
|
||
* No cmake | ||
* No ninja | ||
* No `gn` | ||
* No system dependencies (xcode, etc.) | ||
* Automagic cross compilation out of the box with nothing more than `zig` and `git`! | ||
* Builds a single static `libdawn.a` | ||
|
||
Note: This does not build WebGPU `webgpu.h` symbols by default, see [the docs](https://machengine.org/pkg/mach-gpu-dawn) for more info. | ||
|
||
## Documentation | ||
|
||
[machengine.org/pkg/mach-gpu-dawn](https://machengine.org/pkg/mach-gpu-dawn) | ||
|
||
## Join the community | ||
|
||
Join the [Mach community on Discord](https://discord.gg/XNG3NZgCqp) to discuss this project, ask questions, get help, etc. | ||
|
||
## Issues | ||
|
||
Issues are tracked in the [main Mach repository](https://github.com/hexops/mach/issues?q=is%3Aissue+is%3Aopen+label%3Agpu-dawn). | ||
Rationale: https://github.com/hexops/mach/issues/1166 |