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

https://github.com/stwind/webgpu-experiments

experiments of WebGPU
https://github.com/stwind/webgpu-experiments

Last synced: 8 months ago
JSON representation

experiments of WebGPU

Awesome Lists containing this project

README

          

## Development

configure

```sh
cmake -B build
```

build

```sh
cmake --build build
```