-
I am a new user for openframe and installed as per the instructions and as I was getting errors the extension of the artwork not installed decided to install the glsViewer manually. But I am getting e…
-
Building vera (as submodule for glslviewer) fails with the following error:
```
[ 50%] Building CXX object deps/vera/src/CMakeFiles/vera.dir/gl/texture.cpp.o
/home/joonas/builds/glslviewer-git/src/…
jnsh updated
9 months ago
-
I am running glsl viewer with the command " glslViewer -l test.frag " and while it does open a glslviewer window, it does not appear on top of vs code.
-
this is partially already documented in conjur repo , but might be a bit highlevel for someone interested in writing their first shader, it should include:
- how to set up a shader deving environme…
-
I have the same exact code that gives me two different results on glslCanvas and glslViewer.
```
vec2 origSt = (2.0 * gl_FragCoord.xy - u_resolution.xy)/ u_resolution.y;
vec4 texZoom = vec4(textu…
-
I am in progress of updating your software on void linux (with the purpose to also clean up the build template).
Everything went well except for runtime.
To reproduce this you have to abuse the …
-
On Windows with the glslViewer version 3.0.7, I have a warning on the generated shaders by default (I didn't change anything in the shader).
```bash
$ glslViewer.exe test.frag -l
Found warning w…
-
Hi, has anyone managed to run this plugin on Sublime Text 4 ?
I get error message like this:
`Error opening terminal: unknown.
[Finished in 2.7s with exit code 1]
[cmd: ['/usr/local/bin/glslViewer…
-
I noticed a few differences between Henerator and GLSLViewer outputs:
- Time seems to move at a different speed between the two. The browser looks much slower.
- Exports using HeNerator set the bu…
-
Chapter 05 states:
>
Replace the power function on line 22. Try other ones like: [exp()](https://thebookofshaders.com/glossary/?search=exp), [log()](https://thebookofshaders.com/glossary/?search=…