Skip to content

n-miles/RainbowGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RainbowGen

This is a web app that makes art. You can see a live version here.

To build the project, use mvn clean install

To run the project locally, use java -jar target/Server.jar

You must also have a local environment variable named PORT with the value "8080". This is because this project is designed to run on Heroku, and Heroku requires applications to bind to the port specified in the PORT variable.

For more information about how the image generation algorithms work, see the documentation for each algorithm. Currently, I only have StainedGlass , FastIterator and GlassIterator in the web application, but I have many more algorithms that take much longer to run in the desktop version. Sadly, they are just too slow to reasonably generate images on a shared server such as the Heroku platform.

About

A web application that makes generative art.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published