Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/littledivy/shaderplay

Live WGSL shader playground in Deno
https://github.com/littledivy/shaderplay

Last synced: 11 days ago
JSON representation

Live WGSL shader playground in Deno

Awesome Lists containing this project

README

        

## shaderplay

A WebGPU-based native shader playground.

https://github.com/littledivy/shaderplay/assets/34997667/033830b9-2b9d-4c6f-b362-7292b2daa5e9

Minimum supported Deno version: 2.0.0-rc.5

To run:

```
$ deno run
-A
--unstable-webgpu
jsr:@divy/shaderplay
examples/waves.wgsl
```