Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sitmcella/simple-cad
Simple CAD desktop application
https://github.com/sitmcella/simple-cad
atlantafx cad ikonli-icons java javafx
Last synced: about 1 month ago
JSON representation
Simple CAD desktop application
- Host: GitHub
- URL: https://github.com/sitmcella/simple-cad
- Owner: sitMCella
- License: mit
- Created: 2024-03-30T19:53:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T21:50:11.000Z (6 months ago)
- Last Synced: 2024-07-19T05:51:06.846Z (6 months ago)
- Topics: atlantafx, cad, ikonli-icons, java, javafx
- Language: Java
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple CAD
![Document](https://github.com/sitMCella/simple-cad/wiki/images/simple_cad.png)
## Table of contents
* [Introduction](#introduction)
* [Development](#development)
* [Requirements](#requirements)
* [Development](#development)## Introduction
Simple CAD is a desktop application that aims to provide a general purpuse 2D CAD modeler.
Read the [documentation](https://github.com/sitMCella/simple-cad/wiki) 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:
```sh
mvn clean install
```Format Java code:
```sh
mvn spotless:apply
```Execute the JavaFX application:
```sh
mvn clean javafx:run
```