-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Geometrica | ||
A GUI desktop application that calculates area and perimeter of a shape specified by its points (vector geometry) | ||
|
||
Description: | ||
Points of a shape are set by its coords (x & y). The app provides the ability to delete and to add new points of a shape. The amount of points is unlimited. There is an option to clear up all the data and to start over. | ||
The app visualizes the shape and calculates its area and perimeter in real time. The visualization scale is adjusted automatically to fit into the allocated space on the screen. The visualization area is zoomable and pannable | ||
|
||
Stack: Java, JavaFX, Maven | ||
|
||
Math: the Triangle method (Gauss formula), Pythagorean theorem | ||
|
||
"source" directory contains the source code and other files in use | ||
|
||
Repository contains setup files for Windows. The installation process is simple and provides necessary instructions |