ChaosGame is an application that allows you to generate fractals using affine transformations. The program has a library of fractals that can be generated, and supports the creation of new ones.
To install the project, simply clone the repository and open it in your favorite IDE.
git clone git@gitlab.stud.idi.ntnu.no:git-goblins/chaosgame.git
To run the application, run
mvn clean javafx:run
or if you want to run the CLI version, run
mvn clean exec:java