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