Recently I’ve been working on creating a Perlin Noise function from scratch using the knowledge I’ve learned during my C# Unity adventures. But this time in Java using the Swing library.
My aim is to create rapid noise generation. Here are some of my early attempts: