Skip to content

Commit

Permalink
deprecate project
Browse files Browse the repository at this point in the history
  • Loading branch information
slimsag authored Jul 8, 2024
1 parent d9ab1d9 commit 9c05275
Showing 1 changed file with 3 additions and 31 deletions.
34 changes: 3 additions & 31 deletions README.md
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

0 comments on commit 9c05275

Please sign in to comment.