Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.