https://github.com/distributive-network/dawn
Forked from https://dawn.googlesource.com/dawn
https://github.com/distributive-network/dawn
Last synced: 13 days ago
JSON representation
Forked from https://dawn.googlesource.com/dawn
- Host: GitHub
- URL: https://github.com/distributive-network/dawn
- Owner: Distributive-Network
- License: bsd-3-clause
- Created: 2022-02-02T01:36:56.000Z (about 4 years ago)
- Default Branch: dcp/release
- Last Pushed: 2024-11-08T19:40:15.000Z (over 1 year ago)
- Last Synced: 2025-04-02T11:49:06.862Z (10 months ago)
- Language: C++
- Homepage:
- Size: 205 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.chromium
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: docs/support.md
- Authors: AUTHORS
Awesome Lists containing this project
README
Name: Dawn
Short Name: dawn
URL: https://dawn.googlesource.com/dawn
Version: N/A
Revision: DEPS
License: BSD 3-Clause
License File: LICENSE
Security Critical: yes
Shipped: 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.