Skip to content

sitMCella/simple-cad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Development

Build the application:

mvn clean install

Format Java code:

mvn spotless:apply

Execute the JavaFX application:

mvn clean javafx:run

Releases

No releases published

Packages

No packages published