Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →
Noisy-Nodes Alternatives
Similar projects and alternatives to Noisy-Nodes
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
URP-Simple-Per-Object-Motion-Blur
A simple implementation of a Per-object motion blur effect for Unity URP (v14+)
-
-
URP_ShaderGraphCustomLighting
Some custom lighting functions/sub-graphs for Shader Graph, Universal Render Pipeline
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
ShaderGraph-Parallax-Mapping-Node-with-Channel-Select
A parallax mapping ShaderGraph node for Unity that allows you to select which channel of the input Texture to sample the heightmap from.
-
-
Noisy-Nodes discussion
Noisy-Nodes reviews and mentions
-
Shader Graph: 3D simple noise
I found this library with some really useful 3D noise nodes but the unfortunate thing is that I cannot find a proper 3D noise like Unity's Simple Noise.
-
working on a pseudo volume texture generator for 3D textures
Using Jimmy Cushnie's noisy-nodes for shadergraph to generate the 3D noise.
-
A Little Bit Of Everything: Unity Complete Package
Noisy Nodes A package that implements 3D noises which is extra handy to fake fluffy clouds
-
Arty Triplanar
I'm calling it pseudo-triplanar because all I'm really doing is blending between two sources based on the dot product of world up. if it's less that a threshold then it's grass, if it's more then it is rock. Simple! The rock is technically a 3d Perlin noise, so while it looks triplanar it's actually not, it's just getting the info of the Perlin noise via its world position. https://github.com/JimmyCushnie/Noisy-Nodes I've used these nodes quite a lot through the project
-
I spent 3 days of pure sweat on my first shader. Here it is: a stylized skybox with moving clouds, twinkling stars, and natural lunar eclipses.
Thank you, they were surprisingly the easiest part (maybe because I did them last). I tried doing it with standard 2D noise and decided it was more trouble than it was worth. This 3D noise library helped a lot https://github.com/JimmyCushnie/Noisy-Nodes
-
A note from our sponsor - Stream
getstream.io | 12 Jul 2025
Stats
JimmyCushnie/Noisy-Nodes is an open source project licensed under Do What The F*ck You Want To Public License which is not an OSI approved license.
The primary programming language of Noisy-Nodes is HLSL.
Popular Comparisons
- Noisy-Nodes VS URP-Simple-Per-Object-Motion-Blur
- Noisy-Nodes VS Array2DEditor
- Noisy-Nodes VS dotween
- Noisy-Nodes VS unity-ReorderableListUtility
- Noisy-Nodes VS URP_ShaderGraphCustomLighting
- Noisy-Nodes VS VfxGraphTestbed
- Noisy-Nodes VS UnityVoxelMeshGPU
- Noisy-Nodes VS ShaderGraph-Parallax-Mapping-Node-with-Channel-Select
- Noisy-Nodes VS NoiseShader
- Noisy-Nodes VS FastNoise