This is my project in which I play around with procedural generation to create art of sorts. As of now, the project is written in Java 17. Each branch of the repository corresponds to a piece, identified by the seed used.
To reconstruct a given piece, checkout to the noted commit and use the provided seed.
- Currently only used in the FBMNoise class for simplex noise.
Here is each of the pieces with the seed used and the last commit value.
seed: 1716913705968
commit: d6dfe1b
seed: 1716852522654
commit: 7dce15f
seed: 1716816348797
commit: 231da99
seed: 1716741432348
commit: fc1f9a0



