SIRVisualizer is a customizable simulation of the SIR model of infectious disease spread.
- Java 17 or newer
- Gradle 7 or newer
To build the project without running it, run the gradle build task.
gradle build
To build and run the project, run the gradle run task
gradle run