Skip to content

Commit

Permalink
Added usage to README
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisAsanaka committed Mar 7, 2020
1 parent ad3ee7e commit 9d4d8f6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@
## Building
- Execute .\gradlew installDist to build & install the Java components
- Copy the 'include' & 'lib' directories of each dependency (create a include folder for json.hpp) to the respective folders in 'lib'
- Open the solution file in Visual Studio to build the main program
- Open the solution file in Visual Studio to build the main program

## Usage
- Most things should be self-explanatory
- Normal cartesian coordinate system (+x to the right, -y downwards)
- +angle is counter-clockwise
- Keyboard Shortcuts
- Ctrl-Shift-C to copy points into clipboard

0 comments on commit 9d4d8f6

Please sign in to comment.