patriciogonzalezvivo / glslCanvas

Simple tool to load GLSL shaders on HTML Canvas using WebGL
http://patriciogonzalezvivo.github.io/glslCanvas/
MIT License
1.99k stars 183 forks source link

Rawgit no longer exists #83

Open IsaacSchneeweis opened 2 years ago

IsaacSchneeweis commented 2 years ago

Rawgit, used to load glslCanvas has been shut down.

<script type="text/javascript" src="https://rawgit.com/patriciogonzalezvivo/glslCanvas/master/dist/GlslCanvas.js"></script>

keychera commented 1 year ago

I was looking for an alternative to this and I found that you can use jsDelivr to point to exact commit hash

sharing this just in case anyone else needs it

<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/patriciogonzalezvivo/glslCanvas@9c5eff041b1dbe1cd3ab813d6062b9a64207e37a/dist/GlslCanvas.js"></script>