Integration with shadertoy
Open
editor
enhancement
shader
- Dominant language
- C#
- Stars
- 6
- Forks
- 0
- Avg merge
- 1h 1m
- Merged PRs (30d)
- 2
Description
https://www.shadertoy.com/howto
Through this api you are able to accesss specific shaders
https://www.shadertoy.com/api/v1/shaders/shaderID?key=appkey
Get all (future implementation?)
https://www.shadertoy.com/api/v1/shaders?key=appkey
Incorporate into the license:
```
Any product (app, web...) that uses the "Shadertoy.com API", either free or commercial, must mention that uses "Shadertoy.com API".
```
NOTE: Standardization for all shaders is `.vert` for vertex shaders and `.frag` for fragment shaders.
Contributor guide
Assessment
This issue has not been assessed yet.