Replies: 5 comments 2 replies
-
Hi! sorry it took long to reply! Busy times...
Yes, this is done in the
You mean shaders that would be listed in a user defined list, so that they appear in the selection?
Yes, the GLSL code is in https://github.com/brunoherbelin/vimix/tree/master/rsc/shaders/filters |
Beta Was this translation helpful? Give feedback.
-
Don't worry!
I was thinking about being able to also add filters to the whole session and to control the output brightness and contrast levels, somewhat like in the Advanced Output in Resolume for instance. I'm currently blending a white shader using the screen mode to adjust the overall brightness.
Exactly!
It would be nice to edit their code directly on Vimix. I tried to find the .glsl files on my computer (I'm using the flatpak version) without success. Have you considered implementing ISF shaders? Sorry if these questions are out of the scope of the project, I know it's a lot of work. |
Beta Was this translation helpful? Give feedback.
-
Hey there! Just implemented sliders for contrast and brightness of output windows : Available with Beta commit ce4e964 |
Beta Was this translation helpful? Give feedback.
-
Work in progress: added to Shader Editor the possibility to refer to text files with GLSL code (aka shader toy style) for custom shader filters. Thanks for trying Beta commit df09137 and letting me know ! |
Beta Was this translation helpful? Give feedback.
-
Okay, so with commit 0289f4c, things seems to be operational The principle is simple: if the shader is selected from a file (txt file *.glsl) then the file is used as code for the shader (saved when build, loaded from file, etc.), otherwise the code is embedded as before. If you change the code from outside, and multiple filters use the same shader file, use the menu entry 'Build all'. |
Beta Was this translation helpful? Give feedback.
-
Hi, I've been exploring vimix recently and finding it to be more powerful than its simple interface shows. I have a few questions (that may also be suggestions):
Is there a way to work with color correction and filters on the main output?
Is it possible to permanently import custom shaders to vimix (as if they we're built-in, not just for one session) and edit the code of native ones? Where can I find their files on Linux?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions