Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.05 KB

glsl-snippets

When writing shaders I often come back to the same building blocks over and over again.

I wanted a place where I could easily find the building blocks as well as where I found them in order to give attribution to the original author.

My own building blocks I have created are all under CC0 which means I relinquishes copyright claims. Do whatever you want.

Snippets

  1. Various GLSL snippets
  2. Simple vertex shader
  3. Simple fragment shader
  4. Atari distance fields
  5. Impulse font distance fields
  6. Glimglam font distance fields

Blogs and Articles

  1. Distance fields (3D)
  2. Distance fields (2D)
  3. Mercury GLSL snippets
  4. ShaderToy
  5. ShaderToy - profile