https://github.com/gecko0307/dusk
WebGPU binding generator for D that uses dawn.json
https://github.com/gecko0307/dusk
Last synced: 29 days ago
JSON representation
WebGPU binding generator for D that uses dawn.json
- Host: GitHub
- URL: https://github.com/gecko0307/dusk
- Owner: gecko0307
- Created: 2021-12-02T21:24:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T22:11:52.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T19:12:51.378Z (3 months ago)
- Language: D
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dusk
The goal of this project is to create a tool that generates WebGPU binding for D using a specification file as an input. Currently it uses [dawn.json](https://dawn.googlesource.com/dawn/+/refs/heads/main/dawn.json) from [Dawn](https://dawn.googlesource.com/dawn). Dusk will be compatible with [bindbc-wgpu](https://github.com/gecko0307/bindbc-wgpu) and eventually will be used to automate its maintainance.Dusk is not finished yet, at this stage it generates only `types.d` module and supports only struct and enum declarations.