Simple Java SimplexNoise project
Renders simplex noise with Java. It's useful to create textures or generate levels for games. Play with the filter values in NoiseImage process() method. The image is rendered as "noise.png" 1024 x 1024 in the root directory by default. Execute by running the Starter class.