An open API service indexing awesome lists of open source software.

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.

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

![SpongePowered's noise](https://github.com/SpongePowered/noise) - _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.

![](https://github.com/a-moseman/GenerativeArt/blob/master/pieces/1716913705968.png)

seed: 1716913705968

commit: d6dfe1b

![](https://github.com/a-moseman/GenerativeArt/blob/master/pieces/1716852522654.png)

seed: 1716852522654

commit: 7dce15f

![](https://github.com/a-moseman/GenerativeArt/blob/master/pieces/1716816348797.png)

seed: 1716816348797

commit: 231da99

![](https://github.com/a-moseman/GenerativeArt/blob/master/pieces/1716741432348.png)

seed: 1716741432348

commit: fc1f9a0