https://github.com/encounter/dawn-cmake
CMake-only fork of https://dawn.googlesource.com/dawn with cleaned, vendored dependencies
https://github.com/encounter/dawn-cmake
Last synced: about 1 year ago
JSON representation
CMake-only fork of https://dawn.googlesource.com/dawn with cleaned, vendored dependencies
- Host: GitHub
- URL: https://github.com/encounter/dawn-cmake
- Owner: encounter
- License: apache-2.0
- Created: 2022-02-11T19:04:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T00:14:35.000Z (over 2 years ago)
- Last Synced: 2025-04-26T16:56:24.768Z (about 1 year ago)
- Language: C++
- Size: 125 MB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.chromium
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Name: Dawn
Short Name: dawn
URL: https://dawn.googlesource.com/dawn
License: Apache 2.0
License File: LICENSE
Security Critical: yes
Description:
Dawn is an implementation of the WebGPU standard exposed through a C/C++
interface. It provides implementations on top of native graphics APIs like
D3D12, Metal and Vulkan, as well as a client-server implementation to remote
WebGPU outside sandboxed context like Chromium's render processes.