https://github.com/satelllte/webgpu
A playground for WebGPU API
https://github.com/satelllte/webgpu
Last synced: 20 days ago
JSON representation
A playground for WebGPU API
- Host: GitHub
- URL: https://github.com/satelllte/webgpu
- Owner: satelllte
- Created: 2023-12-12T18:21:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-01T12:35:30.000Z (10 months ago)
- Last Synced: 2025-02-13T14:17:54.824Z (2 months ago)
- Language: TypeScript
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebGPU
A playground for [WebGPU API](https://developer.mozilla.org/en-US/docs/Web/API/WebGPU_API).
Mostly follows [LearnWebGPU](https://eliemichel.github.io/LearnWebGPU/getting-started/project-setup.html) series of tutorials.
## Project structure
- [native/](./native/) - Native platforms playground (via C++).
- [web/](./web/) - Web platform playground (via TypeScript).