This is the replacement for the original Quasar. The goal of this version is to be cross platform and more user friendly.
This project uses Gradle as a build system.
To build:
gradle build
To clean:
gradle clean
To build and run the application:
gradle run
Author: Doug Chidester (aka objectDisorientedProgrammer)