shader:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
shader:start [2023/03/03 09:24] mhshader:start [2024/02/23 16:47] mh
Line 3: Line 3:
 A memo in GLSL programming. 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 ===== ===== Ressources =====
  
-* [[https://editor.isf.video/|ISF Online Editor]]+==== 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 
 + 
 + 
 +==== Documentation ==== 
 + 
 +* [[https://iquilezles.org/articles/|Inigo Quilez's website]] 
 + 
 +* [[https://shadertoyunofficial.wordpress.com/|Shadertoy's unofficial WordPress]] 
 + 
 + 
  • shader/start.txt
  • Last modified: 2024/02/27 15:55
  • by mh