-
Hello,
Is it possible to output 16-bit or 32-bit color depth images from the glslViewer node?
I'am trying to achieve this but I cannot get it to work.
So far I've tried the "SaveEXR" node from…
-
I would like to get a feature where we can specify multiple .frag files like `glslViewer 1.frag 2.frag 3.frag`.
glslViewer could then connect them by storing the output of 1 in a texture and pass thi…
-
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…
-
My specs:
Macbook Pro M3, OSX Sonoma 14.4.1, glslViewer 3.30 (built from source)
Task:
Testing webcam input with shader example:
`glslViewer -l test_video.frag --video 0`
Issue:
Webcam input…
-
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
10 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 …
-
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…