one thing I noticed, the saving is a little buggy, but if you input the filename, then click outside of the text box before clicking on save, it works, as far as I know this is an imgui glitch, which I may not be able to find a workaround. Eventually I will be switching to 100% custom UI made by myself and not a 3rd party (imGUI). Thanks
So, yes, can confirm, if you disable geometry and tesselation mode, you can use (gl_FragCoord - resolution.xy *0.5f) / resolution.y it works, and I have it setup currently to draw to points, so the opengl engine maps the coordinates to the points drawn. Also, it's setup to draw 3 points, so if you divide by resolution.y * 3.0f you can again see all 3 points on screen. I'm streaming as I type this, and just did this on stream LOL.
Also, I was not aware of glslsandbox, it seems awesome, like ShaderToy, thanks!
← Return to tool
Comments
Log in with itch.io to leave a comment.
one thing I noticed, the saving is a little buggy, but if you input the filename, then click outside of the text box before clicking on save, it works, as far as I know this is an imgui glitch, which I may not be able to find a workaround. Eventually I will be switching to 100% custom UI made by myself and not a 3rd party (imGUI). Thanks
Hello, will it be possbile to import shaders from shadertoy and glslsandbox? Keep up the awesome work!
So, yes, can confirm, if you disable geometry and tesselation mode, you can use (gl_FragCoord - resolution.xy *0.5f) / resolution.y it works, and I have it setup currently to draw to points, so the opengl engine maps the coordinates to the points drawn. Also, it's setup to draw 3 points, so if you divide by resolution.y * 3.0f you can again see all 3 points on screen. I'm streaming as I type this, and just did this on stream LOL.
Also, I was not aware of glslsandbox, it seems awesome, like ShaderToy, thanks!
Thanks a lot!
Is there a small change to get an zeal spout video output ?
I'm not sure what you are referencing, could you be more specific, and links are ok.
Oh sorry, i referencing about that site: https://spout.zeal.co/
So the most VJ apps have it. Its like an virtual audio cable but for video.
never heard of it, but I don't see why it wouldn't work, it's a regular GLFW driven window with OpenGL 4.3 graphics