https://github.com/maierfelix/dawn-ray-tracing
Hardware Ray tracing extension for Chromium WebGPU
https://github.com/maierfelix/dawn-ray-tracing
Last synced: 12 days ago
JSON representation
Hardware Ray tracing extension for Chromium WebGPU
- Host: GitHub
- URL: https://github.com/maierfelix/dawn-ray-tracing
- Owner: maierfelix
- License: apache-2.0
- Created: 2019-12-08T13:28:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T08:27:22.000Z (over 4 years ago)
- Last Synced: 2025-03-31T12:07:22.152Z (19 days ago)
- Language: C++
- Homepage:
- Size: 11.7 MB
- Stars: 274
- Watchers: 12
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.chromium
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webgpu - Dawn RT - A fork of dawn with Ray tracing extensions, by Felix Maier. (Demos / Safari)
README
Name: Dawn
Short Name: dawn
URL: https://dawn.googlesource.com/dawn
License: Apache 2.0
License File: LICENSE
Security Critical: yesDescription:
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.