All Projects → keijiro → NNAOTest

keijiro / NNAOTest

Licence: other
Neural Network Ambient Occlusion for Unity

Programming Languages

C#
18002 projects
HLSL
714 projects
ShaderLab
938 projects

Projects that are alternatives of or similar to NNAOTest

unity-reaction-diffusion
(WIP) ✏️ Test of a Reaction-Diffusion simulated with a compute shader in Unity.
Stars: ✭ 25 (-65.28%)
Mutual labels:  effects, shader
Kinocontour
Contour line filter for Unity
Stars: ✭ 400 (+455.56%)
Mutual labels:  effects, shader
Standardgeometryshader
An example of a geometry shader with Unity's standard lighting model support.
Stars: ✭ 303 (+320.83%)
Mutual labels:  effects, shader
Kinomotion
Motion blur post-processing effect for Unity
Stars: ✭ 484 (+572.22%)
Mutual labels:  effects, shader
Kinotube
An image effect simulating analog video artifacts in Unity.
Stars: ✭ 142 (+97.22%)
Mutual labels:  effects, shader
2d Unity Experiments
A collection of visual Unity experiments with latest packages (URP, Shader Graph, Cinemachine, etc).
Stars: ✭ 107 (+48.61%)
Mutual labels:  effects, shader
Skeletalgeometriceffects
Experiments on geometry shader instancing with skeletal animations
Stars: ✭ 436 (+505.56%)
Mutual labels:  effects, shader
Isaura
An attempt at making a aura thingie with a isoline shader.
Stars: ✭ 187 (+159.72%)
Mutual labels:  effects, shader
UnityChanToonShaderVer2 VerticalDissolve
UnityChanToonShaderVer2 with VerticalDissolve
Stars: ✭ 31 (-56.94%)
Mutual labels:  effects, shader
hassle-rs
🦀 This crate provides an FFI layer and idiomatic rust wrappers for the new DirectXShaderCompiler library.
Stars: ✭ 34 (-52.78%)
Mutual labels:  shader
ada
A general porpose OpenGL app library
Stars: ✭ 105 (+45.83%)
Mutual labels:  shader
360-VJ
Add another dimension to your VJing with the 360-VJ effect pack! Rotate 360 and Fisheye videos, convert 360 and Flat videos to Fisheye. Great for fulldome and immersive VJing.
Stars: ✭ 81 (+12.5%)
Mutual labels:  shader
waveguide
An effect/IO datatype in typescript
Stars: ✭ 102 (+41.67%)
Mutual labels:  effects
eruption
Realtime RGB LED Driver for Linux
Stars: ✭ 140 (+94.44%)
Mutual labels:  effects
effector-reeffect
Concurrent effects for Effector ☄️
Stars: ✭ 56 (-22.22%)
Mutual labels:  effects
Mesh-Animation
Fast GPU vertex shader based animation library for Unity (VAT, Vertex Animation Texture, Morphing Animation)
Stars: ✭ 113 (+56.94%)
Mutual labels:  shader
URP-Sun-Shafts
A URP port of Unity's classic Standard Assets Effects package's Sun Shaft effect
Stars: ✭ 36 (-50%)
Mutual labels:  shader
Unity StarGlow
Simple star-glow effect.
Stars: ✭ 39 (-45.83%)
Mutual labels:  shader
purescript-smash
An "extensible coeffect" system built out of comonads and Day convolution.
Stars: ✭ 36 (-50%)
Mutual labels:  effects
unity-surfaceshader-flipbook
Surface shaders with flipbook / spritesheet animation functionality
Stars: ✭ 43 (-40.28%)
Mutual labels:  shader

NNAO Test

screenshot

This is a straightforward port of Neural Network Ambient Occlusion (NNAO) originally written by Daniel Holden et al.

http://theorangeduck.com/page/neural-network-ambient-occlusion

Please note that this implementation is just for initial experimental purposes. Several important things are missing, so that it's not suitable for practical use.

Due to the lack of noise reduction filter, it outputs quite noisy results. This can be improved by implementing a proper filter.

This implementation hasn't been optimized yet. It's not recommended for benchmarking or performance analysis.

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].