Is there alternatives besides Shadertoy, Sandbox of shader files that can be used in vdmx with access to controls inside vdmx?
I am a newbie here and truly appreciate everyones help.
It depends on which shaders you are trying to import. Many shaders on shader toy will not simply convert into ISF shaders. You’ll have to do a bit of coding to update them. Additionally, adding variables, sliders, buttons, toggles, inputs, etc, is a manual process which the ISF Editor import feature cannot do.
If you’re curious about shaders, there’s a great wealth of information in the ISF shader documents: https://isf.video/using-isf/
You may also want to take a deep dive into the book of shaders to better understand shaders in general: https://thebookofshaders.com/
It’s going to be more work than plug-in play FX. And you also have to take into account, that the people who uploaded their shaders to shadertoy or sandbox may have spent hours, days, or even weeks in writing those shaders. Make sure to keep and check their credits written in the top of their code and abide by their terms, as well as, give credit where credit is due.