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
- Host: GitHub
- URL: https://github.com/stwind/webgpu-experiments
- Owner: stwind
- Created: 2024-12-29T09:22:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T01:07:40.000Z (over 1 year ago)
- Last Synced: 2025-05-23T20:41:01.443Z (about 1 year ago)
- Language: C++
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Development
configure
```sh
cmake -B build
```
build
```sh
cmake --build build
```