glslCanvas
glslCanvas copied to clipboard
Simple tool to load GLSL shaders on HTML Canvas using WebGL
Moving issue https://github.com/patriciogonzalezvivo/thebookofshaders/issues/59 here for more consistency!
Rawgit, used to load glslCanvas has been shut down. ``
Hello, thank you for this helpful library. I noticed some WebGL warnings when running it in Firefox (version 117.0.1, Linux 64 bits), but not on Chromium (version 116.0.5845.187, Linux 64...
Hello, is it possible to load a shader in a external file? any example on how to do that? thanks, J
Description Add to Backstage - Economist Impact Signal Noise Team Reason for change Backstage.io rollout across the Economist Group via platform.economist.com Breaking changes None Remarks Github added, CircleCI Added (where...
I'm unable to import the dependency directly via es6 modules. A possible workaround is importing the following but this feels fragile & is suboptimal in terms of package size. ```js...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
I have the following shader, which is ported from this shadertoy: https://www.shadertoy.com/view/Mfy3Wt in shader toy the normal seem to update properly when rotating the cube, however not in the GSLS...
I have a shader like this: ```glsl #ifdef GL_ES precision mediump float; #endif uniform vec2 u_resolution; uniform sampler2D u_tex0; // britney.mp4 uniform sampler2D u_tex1; // hypnocat.png void main() { vec2...