https://github.com/a-moseman/generativeart
My generative art project.
https://github.com/a-moseman/generativeart
generative-art java17 procedural-generation
Last synced: about 1 month ago
JSON representation
My generative art project.
- Host: GitHub
- URL: https://github.com/a-moseman/generativeart
- Owner: a-moseman
- Created: 2024-05-26T16:32:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T22:08:49.000Z (about 2 years ago)
- Last Synced: 2024-05-29T06:39:05.808Z (about 2 years ago)
- Topics: generative-art, java17, procedural-generation
- Language: Java
- Homepage:
- Size: 5.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Generative Art Project
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.
## How To
To reconstruct a given piece, checkout to the noted commit and use the provided seed.
## Libraries
 - _Currently only used in the FBMNoise class for simplex noise._
## Pieces
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