Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stackotter/dawn-builds
A collection of scripts for building the Chromium's Dawn library. Also provides prebuilt binaries as releases.
https://github.com/stackotter/dawn-builds
Last synced: 27 days ago
JSON representation
A collection of scripts for building the Chromium's Dawn library. Also provides prebuilt binaries as releases.
- Host: GitHub
- URL: https://github.com/stackotter/dawn-builds
- Owner: stackotter
- Created: 2022-03-12T00:48:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T02:10:31.000Z (almost 3 years ago)
- Last Synced: 2024-10-25T09:48:15.465Z (3 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dawn builds
Installing dawn is currently quite a long process (especially with a slow computer). This repository provides a collection of scripts to help automatically build dawn and set it up for installation. After running the build script for your platform, the only thing you need to do is copy `build/lib` and `build/include` to the correct system locations.
If you don't want to build from source and you don't need the latest version, you can download the latest build from the releases tab on GitHub. Or you can use homebrew if you are on macOS.
## Homebrew
This repository has an [accompanying repository](https://github.com/stackotter/homebrew-dawn) which contains a homebrew formula for installing dawn.
```sh
brew tap stackotter/dawn
brew install dawn
```## Supported platforms
Currently only macOS is supported. Feel free to open a PR adding support for other platforms.