====== Shaders ====== A memo in GLSL programming. ===== ISF ===== ISF stands for **Interactive Shader Format** and is a file format used to describe GLSL shaders for real-time image filtering and generation. * [[https://editor.isf.video/|ISF Main Site]] ===== Ressources ===== ==== Online Editors ==== * [[https://twigl.app/|TwiGL App]] and [[https://github.com/doxas/twigl|TwiGL GitHub]] * [[https://editor.isf.video/shaders/new|ISF Editor]] * [[http://editor.thebookofshaders.com/|Book of Shader's Editor]] * [[https://www.shadertoy.com/new|ShaderToy's Editor]] ==== Tools ==== * [[https://graphtoy.com/|Graph Toy]] : Display math functions * [[http://dev.thi.ng/gradients/|Color Palettes]] : Interactive Color Palettes * [[https://www.desmos.com/|Desmos]] : Great math tools ==== Documentation ==== * [[https://iquilezles.org/articles/|Inigo Quilez's website]] * [[https://shadertoyunofficial.wordpress.com/|Shadertoy's unofficial WordPress]]