Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Shaders on a Site
Applying shader programming to web development using glslCanvas

Edit `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)