All Projects → SardineFish → Post Processing Demo

SardineFish / Post Processing Demo

Licence: mit
Demo for post-processing implement in Unity.

Labels

Projects that are alternatives of or similar to Post Processing Demo

Npr Cartoon Shader Library
NPR-Cartoon-Shader-Library for Unity3D
Stars: ✭ 25 (-40.48%)
Mutual labels:  shaderlab
Shader101
B站视频的Code
Stars: ✭ 29 (-30.95%)
Mutual labels:  shaderlab
Sprites Outline
Outline effect for Unity SpriteRenderer
Stars: ✭ 39 (-7.14%)
Mutual labels:  shaderlab
Shaderlabvs
ShaderlabVS is a Visual Studio plugin for Unity Shaderlab programming
Stars: ✭ 841 (+1902.38%)
Mutual labels:  shaderlab
2d Shaders Book Foundations Exercises
Exercises for the first book of the 2D Shader Development series.
Stars: ✭ 15 (-64.29%)
Mutual labels:  shaderlab
Stanford Bunny Fur With Unity
Using the Geometry Shader to generate fur on GPU.
Stars: ✭ 33 (-21.43%)
Mutual labels:  shaderlab
Voxel Raymarching
Volemetric data raymarching renderer
Stars: ✭ 22 (-47.62%)
Mutual labels:  shaderlab
Mateimageeffects
Post screen effects for Unity
Stars: ✭ 39 (-7.14%)
Mutual labels:  shaderlab
Shaderlibs
topameng's shader libs
Stars: ✭ 27 (-35.71%)
Mutual labels:  shaderlab
Unity Cubeprojector
Stars: ✭ 38 (-9.52%)
Mutual labels:  shaderlab
Inkpainter
Texture-Paint on Unity.
Stars: ✭ 849 (+1921.43%)
Mutual labels:  shaderlab
Geotoybox
Stars: ✭ 13 (-69.05%)
Mutual labels:  shaderlab
Cubism Shader
A shader that creates a cubism effect based on voronoi segmentation in Unity 3d
Stars: ✭ 34 (-19.05%)
Mutual labels:  shaderlab
Stylisedwater surfaceshader
Simple water shader in the style of Zelda: Wind Waker
Stars: ✭ 26 (-38.1%)
Mutual labels:  shaderlab
Packedrgbmshader
32-bit packed color format with RGBM encoding for shader use
Stars: ✭ 39 (-7.14%)
Mutual labels:  shaderlab
Uguieffect
Stars: ✭ 22 (-47.62%)
Mutual labels:  shaderlab
Npr
NPREffect
Stars: ✭ 32 (-23.81%)
Mutual labels:  shaderlab
Arfoundation vfx
AR Foundation setup for URP and VFX graph
Stars: ✭ 41 (-2.38%)
Mutual labels:  shaderlab
Unity Grabsquares Effect
Unity GrabSquares Effect
Stars: ✭ 39 (-7.14%)
Mutual labels:  shaderlab
Uiblur
UI Blur Shader
Stars: ✭ 35 (-16.67%)
Mutual labels:  shaderlab

Post-processing & Procedual Shading Demo

Demos for post-processing & procedual shading learning.

Develop with Unity 2019.2.6f1

Implement by extending Unity Built-in Render Pipeline with Command Buffer.

Post-processing demo in Assets/Scenes/Postprocess

Procedual demo in Assets/Scenes/PerlinNoise

Implemented Post-processings

Implemented procedual shadings

  • Perlin Noise generating.
  • FBM based noise rendering.
  • Ray-marching terrain rendering.
  • Noise texture with domain wraping.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].