Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/littledivy/shaderplay
- Owner: littledivy
- License: mit
- Created: 2023-12-27T05:11:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T11:16:55.000Z (about 1 month ago)
- Last Synced: 2024-10-24T00:49:05.448Z (20 days ago)
- Language: TypeScript
- Homepage:
- Size: 1010 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```