Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.