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

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

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