Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiink/shaders-on-a-site
For an ACM Design Workshop on shaders
https://github.com/jiink/shaders-on-a-site
Last synced: 10 days ago
JSON representation
For an ACM Design Workshop on shaders
- Host: GitHub
- URL: https://github.com/jiink/shaders-on-a-site
- Owner: jiink
- Created: 2023-11-07T22:46:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T00:19:40.000Z (about 1 year ago)
- Last Synced: 2023-11-15T01:26:01.956Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 111 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shaders on a Site
Applying shader programming to web development using glslCanvasEdit `background-shader.frag` to change the background effect,
edit `image-shader.frag` to change the image effect!
These two files contain a super simple shader to get you started with, as well as my own commented-out example for a more complex shader.
Resources:
- https://thebookofshaders.com/
- https://github.com/patriciogonzalezvivo/glslCanvas
- [Design Workshop slides](https://docs.google.com/presentation/d/1kTzyBM5O_ZjA7DcHaUK_yX0lmDPLEHzfCVzsXrddWEU/edit?usp=sharing)