This repository contains the JavaFX code that I've used for the animation of the different garbage collector algorithms.
- Make sure you have gradle installed
- Go into the project folder and execute the following command on the command line
```./gradlew MarkAndSweep``` - Click on the window and press ```Space``` to run the demo
- Go into the project folder and execute the following command on the command line
./gradlew MarkAndCompact
- Click on the window and press
Space
to run the demo
- Go into the project folder and execute the following command on the command line
./gradlew GenerationalMarkAndCompact
- Click on the window and press
Space
to run the demo
- Go into the project folder and execute the following command on the command line
./gradlew RegionBased
- Click on the window and press
Space
to run the demo