Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
Angon-pro authored Sep 24, 2023
1 parent 44e1f1e commit b653b34
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
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

0 comments on commit b653b34

Please sign in to comment.