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: 20 days 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T13:00:22.000Z (7 months ago)
- Last Synced: 2024-11-23T18:14:14.006Z (3 months ago)
- Topics: atlantafx, cad, ikonli-icons, java, javafx
- Language: Java
- Homepage:
- Size: 135 KB
- Stars: 1
- 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
```