isf

Interactive Shader Format

ISF stands for “Interactive Shader Format”, and is a file format that describes a GLSL fragment shader, as well as how to execute and interact with it. The goal of this file format is to provide a simple and minimal interface for image filters and generative video sources that allows them to be interacted with and reused in a generic and modular fashion.

ISF was originally created by VIDVOX in 2013 and is now on version 2.0 of its release.

ISF Documentation

Information related to using ISF compositions and FX in various host software can be found here: ISF Documentation.

This includes:

ISF Shader Library

The standard set of ISF compositions and FX that are included with VDMX can be found here: ISF Files

Simple test ISF files that demonstrate ISF’s basic features: ISF Test/Tutorial filters (these are test filters, and we don’t expect them to have signifcant creative use)

A community website where ISF files can be created, viewed and shared online can be found here: interactiveshaderformat.com

ISF Specification

The ISF Specification Page contains detailed information about ISF application developers, along with links to source code repositories and other useful resources to get started with.