Mario Mey
Mario Mey
Any suggestion to get the area with the mouse and pass them to CLI parameters? I think that other programs that get position of the mouse maybe also locks X11...
Well... the slider could have this option, too. I used to use it, but it's not necessary for now.
I get this from google: > flatpak can operate in system-wide or per-user mode. The system-wide data is located in $prefix/var/lib/flatpak/, and the per-user data is in $HOME/. local/share/flatpak/. In...
> Hey, i had some fun writing some shaders for this plugin. I pushed them to https://notabug.org/NetherEran/obs-shaderfilter-plus-shaders > > Nothing too complicated so far but already pretty fun to play...
I transported a Blender Game Engine box blur to ShaderFilter-Plus and it works great! ```glsl /* Simple Box Blur * Higher amount = slower * multipler property does not affect...
> I'm not sure making variables changeable from GUI is possible without changing the plugin itself though. Yes, it's possible. Here is a modified `upwards_distorted.glsl` with amplitude slider. ```glsl /*...
After playing a while, I could make it work: ``` vec4 render(vec2 st) { st.x *= builtin_uv_size.x/builtin_uv_size.y; vec3 color = vec3(0.); color = vec3(st.x,st.y,abs(sin(builtin_elapsed_time))); return vec4(color,1.0); } ```  Since...
I also want plugin to have these features. I would want to recreate: https://www.shadertoy.com/view/XsdGWj https://www.shadertoy.com/view/Xs3GW2 Or maybe: https://www.shadertoy.com/view/Msd3W2