• Stars
    star
    510
  • Rank 83,876 (Top 2 %)
  • Language ShaderLab
  • Created over 8 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A container for all sorts of handy shaders.

ShaderProject

Description

A container for all sorts of handy shaders in Unity3D.

This repository was created to store all the shader code that I'll be creating inside Unity3D while getting back into shader programming. It is my goal of eventually ending up with a rather nice looking database of all sorts of useful shaders that are well commented and understandable to me and anyone interested in the subject.

Everything in this repository is purely meant to be educational so don't hesitate to whatever you find useful in here (Wouldn't mind getting a "hey look at what we did with your shader" notification though :).

If you have any questions, something to contribute or just want to chat then feel free hit me up on Twitter or by email: ellioman at ellioman.com

List of Shaders-Projects in this Repository

  • _BasicShader
  • Blending
  • Compute
  • Culling
  • DeferredRendering
    • DeferredTextures
  • DiscardingFragments
  • Dissolve
  • FlatColor
    • FlatColor
    • FlatRGBColor
  • GeometryShaders
  • GPUInstancing
  • GrabPass
    • BlackWhite
    • Blur
    • GlassStained
    • Pixelation
    • PixelShifting
    • Tint
  • Heatmaps
  • Masks
    • AlphaMask
    • ColorAlphaMask
    • ColorMask
  • MultipleRenderTargets
  • NormalExtrusion
  • NormalMapping
  • PostProcessing
    • BlackWhite
    • BlendModeAdd
    • BlendModeMultiply
    • BlendModeOverlay
    • BlendModeScreenBlend
    • BrightnessSaturationContrast
    • CameraFader
    • Overlay
  • Rotation
    • RotationUV
    • RotationVertices
  • Shading
    • Diffuse
    • DiffuseLighting
    • Phong
    • Phong-Blinn
  • StencilBuffer
  • TextureAtlas
  • Textures
    • 3DTexture
    • ApplyTexture
    • CombineTextures
    • DepthTexture
  • ToonShading
  • VertexManipulation
    • CurvedWorld
    • Flag
    • Scale
  • VolumetricExplosion
  • Water
  • Waves

Requirements

The project must be run on Unity3D 2017.1.0f2 or newer.

Thank Yous / Resources