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

https://github.com/hardcoremagazine/randomimagegenerator

Create random abstract images using console magic (no AI used)
https://github.com/hardcoremagazine/randomimagegenerator

csharp funny-algorithm image-generation procedural-generation

Last synced: about 1 month ago
JSON representation

Create random abstract images using console magic (no AI used)

Awesome Lists containing this project

README

          

# Random Image Generator (RIG)

RIG is a byproduct from my [previous project](https://github.com/HardcoreMagazine/Enlashceoc),
discovered by accident during creation of maze generation algorithm.
RIG allows you to create random abstract images, just like this one:
![](images/screenshot.png)
*Please note that this algorithm is highly unstable and it may take a while until you get clear
picture instead of random mess.*

---
## Features:
+ Image creation
+ Image saving on local hard drive
+ Image color inversion
+ Image rotation (180 degrees)

---
## Download
+ [.NET 6 dependant / latest version / Win x64](https://github.com/HardcoreMagazine/RandomImageGenerator/releases/download/v1.0/RandomImageGenerator.zip)

---
## License
+ [MIT LICENSE](LICENSE.txt)

---
### Have fun!