ISF Editor Video Source

Hi,
It’s been a while since my last connection …
I was wondering if it’s possible to access to the code of video source shaders somes are pretty interesting.
Best
Zoltan

Could you give an example? If you have ISF Editor installed, you should be able to open up the shader file on your computer. If it is in the browser: https://editor.isf.video/shaders/ click on the </> to see the code.

I was talking about this list of shaders :

I’ll have to dig deeper to see where they are locally. In the meantime, many of them can be found here using the search feature: https://editor.isf.video/shaders?q=&category=&sort=&page=0

1 Like

Thank you :slight_smile:

1 Like

Here they are: https://github.com/mrRay/VVISF-GL/tree/master/examples/Qt/ISFEditor/ISFEditor_app/src_ISFs

1 Like

Thank you !
Hope it helps someone else

For some of them I have error in ISF Editor

Could you post the error?

Voxel_Edges :
Fragment shader errros:

ERROR: 0:49: Invalid call of undeclared identifier ‘textureLod’

ERROR: 0:50: Use of undeclared identifier ‘rg’

ERROR: 0:50: Use of undeclared identifier ‘rg’

ERROR: 0:56: Invalid call of undeclared identifier ‘texture’

ERROR: 0:57: Invalid call of undeclared identifier ‘texture’

ERROR: 0:58: Invalid call of undeclared identifier ‘texture’

ERROR: 0:59: Use of undeclared identifier ‘x’

ERROR: 0:59: Use of undeclared identifier ‘y’

ERROR: 0:59: Use of undeclared identifier ‘z’

Plasma Globe :

Fragment shader errros:

ERROR: 0:39: Invalid call of undeclared identifier ‘textureLod’

ERROR: 0:51: Invalid call of undeclared identifier ‘textureLod’

ERROR: 0:52: Use of undeclared identifier ‘rg’

ERROR: 0:52: Use of undeclared identifier ‘rg’