I am learning and using Processing to build files for my pen plotter. I love using the random function and want to start subbing in the noise function and see what happens. However, as it is not a one to one substitution, I need to see some good examples of code so I can understand how to implement it. Anyone know of any?
I have read the Perlin noise section in Schiffman’s book, watched The Code Train video on Perlin noise, and read the reference section already but need to see some more examples. The examples I am finding are tending towards animated sketches. I am on the hunt for more static ones. I’ll keep looking and post any that I find here, but if anyone knows any off the top of their head or has written some simple ones, I would love to see them!
I did and couldn’t find anything that helped a lot. I need something so simple—I think this is part of the problem. The forum discussion you linked is p5, and as a beginner I think I need to stick with just Processing for now.