All Projects → keijiro → Testbedhdrp

keijiro / Testbedhdrp

Licence: unlicense
Testbed project for Unity HDRP (High Definition Render Pipeline)

Projects that are alternatives of or similar to Testbedhdrp

Unityurpunlitscreenspacedecalshader
Unity unlit screen space decal shader for URP. Just create a new material using this shader, then assign it to a new unity cube GameObject = DONE, now you have unlit decal working in URP
Stars: ✭ 455 (-47.03%)
Mutual labels:  unity, unity3d, graphics, shader, shaderlab
Unitypcss
Nvidia's PCSS soft shadow algorithm implemented in Unity
Stars: ✭ 533 (-37.95%)
Mutual labels:  unity, unity3d, graphics, shader, shaderlab
Nnao
Neural Network Ambien Occlusion based on http://theorangeduck.com/page/neural-network-ambient-occlusion
Stars: ✭ 57 (-93.36%)
Mutual labels:  unity, unity3d, graphics, shader, shaderlab
Depthinverseprojection
An example showing how to inverse-project depth samples into the view/world space in Unity.
Stars: ✭ 296 (-65.54%)
Mutual labels:  unity, unity3d, graphics, shader, shaderlab
Packedrgbmshader
32-bit packed color format with RGBM encoding for shader use
Stars: ✭ 39 (-95.46%)
Mutual labels:  unity, unity3d, graphics, shader, shaderlab
Temporalreprojectionexample
Temporal reprojection example for Unity
Stars: ✭ 82 (-90.45%)
Mutual labels:  unity, unity3d, graphics, shader, shaderlab
Lwrpshaders
A collection of high customizable unlit shaders for Lightweight Render Pipeline
Stars: ✭ 125 (-85.45%)
Mutual labels:  unity, unity3d, graphics, shader, shaderlab
Rdsystem
Reaction-diffusion system with CustomRenderTexture.
Stars: ✭ 271 (-68.45%)
Mutual labels:  unity, unity3d, graphics, shader
Spheredissolve
Customizable procedural spherical dissolve shader for Unity3D, for all your customizable procedural spherical dissolve needs!
Stars: ✭ 311 (-63.8%)
Mutual labels:  unity, unity3d, graphics, shader
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (-38.53%)
Mutual labels:  unity, unity3d, graphics, shader
Noiseball2
A small example of procedural modeling with compute shaders.
Stars: ✭ 215 (-74.97%)
Mutual labels:  unity, unity3d, graphics, shader
Skyboxplus
Basic skybox extensions for Unity
Stars: ✭ 324 (-62.28%)
Mutual labels:  unity, unity3d, graphics, shader
Retro3dpipeline
A minimal example of a custom render pipeline with the Retro3D shader.
Stars: ✭ 354 (-58.79%)
Mutual labels:  unity, unity3d, graphics, shader
Videoplayereffects
Experimental special effects for VideoPlayer (Unity 5.6 new feature)
Stars: ✭ 252 (-70.66%)
Mutual labels:  unity, unity3d, graphics, shader
Kvantwig
Non-realistic hair simulation in Unity
Stars: ✭ 467 (-45.63%)
Mutual labels:  unity, unity3d, graphics, shader
Alloy
Alloy physical shader framework for Unity.
Stars: ✭ 244 (-71.59%)
Mutual labels:  unity, unity3d, graphics, shaderlab
Kinobloom
Bloom effect for Unity
Stars: ✭ 704 (-18.04%)
Mutual labels:  unity, unity3d, graphics, shader
Miniengineao
SSAO image effect from Microsoft MiniEngine, ported to Unity.
Stars: ✭ 448 (-47.85%)
Mutual labels:  unity, unity3d, graphics, shader
Hologramshader
✏️ Test of an hologram material made in Unity.
Stars: ✭ 684 (-20.37%)
Mutual labels:  unity, unity3d, graphics, shader
Pcx
Point cloud importer & renderer for Unity
Stars: ✭ 806 (-6.17%)
Mutual labels:  unity, unity3d, graphics, shader

TestbedHDRP

gif gif

gif gif

TestbedHDRP is a Unity project where I try custom effect ideas with Unity HDRP. Currently, it only contains the following two types of effects:

  • Geometry shader effects
  • Many-light effects

Although the geometry shader effects are fun and exciting to use, I don't recommend using them in production. The geometry shader is near-obsolete technology. You will meet several problems if you use it in your product.

The many-light effects are mainly for benchmark purposes. I just wanted to know how I could utilize the power of FPTL.

System requirements

  • Unity 2019.4
  • HDRP 7.4
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].