Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 385 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 385 Bytes

glsl-util

A mixed bag of glsl functions covering:

  • Color blending/compositing, plus blend mode interpolation
  • Complex number operators
  • Complex plane transforms and transform interpolation
  • Procedural texture generation

Originally this was an all-in-one shader for an old app I worked on as a glsl beginner, but now just placed here because it contains some useful functions.