Simple CAD is a desktop application that aims to provide a general purpuse 2D CAD modeler.
Read the documentation in order to discover the features of Simple CAD.
Apache Maven >= 3.6.x, Java 21.
Ikonli Material Design 2: https://kordamp.org/ikonli/cheat-sheet-materialdesign2.html
Build the application:
mvn clean install
Format Java code:
mvn spotless:apply
Execute the JavaFX application:
mvn clean javafx:run