ISF Shader format with Cinder

Hello!

Has anyone tried to integrate ISF shader format into Cinder? Something like https://github.com/satoruhiga/ofxISF ?

Thanks in advance

1 Like

Hey kashik, as a matter of fact I’ve been working on making an ISF Cinder block along with a stab at having a live code editor with it using the (now native) ImGui. I followed the structure of Vidvox’s own https://github.com/mrRay/VVISF-GL/tree/master/VVISF but ditched the GL stuff because Cinder already provides those. Hopefully it’ll be ready in the next week or two becaus I’m busy with some other stuff. Will put a link here when it’s done :slight_smile:

3 Likes

Hello Kino! Amazing timing I see :smiley: thank you for your work. I’m now going deep into fragment programming and some things are easier using that format and stacking them together. Let’s keep talking and say something when it is done, I’ll download right away :+1:

cheers

I support ISF format in my app by parsing the shader text

@Kino good news? :slight_smile: :slight_smile: :slight_smile:

best!