My old work using perlin noise https://a.tulv.in/noise-planets.html
Getting Creative with Perlin Noise Fields
11–20 of 32 posts
Re: Getting Creative with Perlin Noise Fields
#12Re: Getting Creative with Perlin Noise Fields
#13We used Perlin noise for demos of our Golang/BubbleTea terminal Glyph heatmap widget and then later with our Picture widget.
Live WASM demos of the Golang terminal programs:
https://nimblemarkets.github.io/ntcharts/demos/heatmap-perli...
https://nimblemarkets.github.io/ntcharts/demos/heatpicture-p... Press 't' to switch between glyph/image modes
Re: Getting Creative with Perlin Noise Fields
#14Re: Getting Creative with Perlin Noise Fields
#15Author here. I wrote this many years ago (2017?) while exploring techniques to create art that I could put up on my walls :-) If you enjoyed this article there are more similar ones linked on the main page: https://sighack.com/
Re: Getting Creative with Perlin Noise Fields
#16Re: Getting Creative with Perlin Noise Fields
#17Re: Getting Creative with Perlin Noise Fields
#18The reason these add so much visual interest to a simple noise function is that each pixels color now relies on many more of the random values. Generative art blossoms with this extra computational effort.