Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 835 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 835 Bytes

Simple CAD

Document

Table of contents

Introduction

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.

Development

Requirements

Apache Maven >= 3.6.x, Java 21.

Cheat Sheets

Ikonli Material Design 2: https://kordamp.org/ikonli/cheat-sheet-materialdesign2.html

Development

Build the application:

mvn clean install

Format Java code:

mvn spotless:apply

Execute the JavaFX application:

mvn clean javafx:run