Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chinmaygarde/webgpu-dash-docset
Dash Docset for WebGPU Native
https://github.com/chinmaygarde/webgpu-dash-docset
Last synced: 20 days ago
JSON representation
Dash Docset for WebGPU Native
- Host: GitHub
- URL: https://github.com/chinmaygarde/webgpu-dash-docset
- Owner: chinmaygarde
- Created: 2022-05-13T18:53:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T04:41:32.000Z (5 months ago)
- Last Synced: 2024-10-08T05:58:48.508Z (about 1 month ago)
- Language: Makefile
- Size: 1020 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Dash](https://kapeli.com/dash) Docset for [WebGPU Native](https://github.com/webgpu-native/webgpu-headers)
=============================[Subscribe to the Docset Feed!](https://public.chinmaygarde.com/webgpunative/WebGPUNative.xml)
To build the documentation for the WebGPU Native interface checkout out at [`webgpu-headers`](https://github.com/webgpu-native/webgpu-headers) as a sub-module, run `make`. The documentation will be generated at `build/com.chinmaygarde.webgpunative.docset`. Open the generated docset in [Dash](https://kapeli.com/dash).
![WebGPU Native Docset](/images/preview.png)
Pre-requisites
--------------* `git submodule update --init --recursive`
* Install `doxygen`
* Install `cmake`
* Install `graphviz`
* Install native C/C++ toolchain on host to compile `doxygen2docset`.