Getting Creative with Perlin Noise Fields
sighack.com
Getting Creative with Perlin Noise Fields
1–10 of 32 posts
Re: Getting Creative with Perlin Noise Fields
#2> wiggly string-like texture from treating a noise field as an angle and sampling the curvature, with some dodgy trig.
https://www.shadertoy.com/view/XssGD8
I wonder if the gifs in TFA would translate into the shader animation domain?
Re: Getting Creative with Perlin Noise Fields
#3Re: Getting Creative with Perlin Noise Fields
#4I am a complete newbie, so I might be asking about something obvious -- does anyone know how some of these would relate to plotting random Polya vector fields ?
For example, one can take a sum of complex rational functions of the form
f_i(z) = r_i / (z - p_i)
where (r_i,p_i) are complex numbers drawn from some random point process, say a generalized Poisson one.One needs to plot the conjugate of sum_i f_i(z).
EDIT: so many lovely pages pointed to in the comments ! Let me convey collective thanks to all, rather than clutter this page with individual thanks.
@ttctciyf you are marked dead. Not sure why.
Re: Getting Creative with Perlin Noise Fields
#5Re: Getting Creative with Perlin Noise Fields
#6Great write up! I also dove in to this topic a while ago over at https://damoonrashidi.me/articles/flow-field-methods , but putting the live processing sketches in was a very nice touch! Good job, and nice outputs!
Re: Getting Creative with Perlin Noise Fields
#7Re: Getting Creative with Perlin Noise Fields
#8Re: Getting Creative with Perlin Noise Fields
#9Recently I did some work to add software gradient enhancements to my canvas library. Because these run on the CPU rather than GPU they're computationally intense, but still worth the effort just to see what can be done with different spreads (pad, repeat, reflect, transparent) and noise engine operations inserted while calculating stuff like gradient color selection, and pixel positioning.
Linear gradient demo test - https://scrawl-v8.rikweb.org.uk/demo/canvas-003.html