The instructions on how to use the Vortex Counter is in the Wiki
The Vortex Program can be Downloaded Here
- Install the latest version of NetBeans Java SE
- Install the latest version of Java SE Development Kit
- Clone this repository to your development enviroment
- Open Project in NetBeans (File > Open Project)
- Right Click Libraries > Add JAR/Folder...
- Browse to jinput in the cloned repository on your development enviroment
- Install the latest version of IntelliJ IDEA
- Install the latest version of Java SE Development Kit
- Clone this repository to your development environment
- Import a project from existing sources in IntelliJ (File > Import Project)
- Add the JAR output file.
- Navigate to File > Project Structure > Project Settings > Artifacts
- Click the green plus near the top of the window
- Select JAR from the Add drop down menu
- Select "From module with dependencies"
- Select "GoalCounterUI" as the Main Class
- Select "extract to the target JAR"
- For convenience, select the "Build on make" or "Include in project build" box
- Press Apply and OK
- From the main menu, select the Build > Build Project option to compile and output the JAR
- Note the JAR defaults to the subdirectory ./out/artifacts/FTCVortexScoreCounter_jar/FTCVortexScoreCounter.jar
- You may manually build just the output JAR by selecting Build > Build Artifacts.
This project was developed primarily in NetBeans IDE 8.1 with Java SDK 8 Update
101 (build 1.8.0_101-b13). It has also been tested with IntelliJ IDEA 2016.3
with Java SDK 8 Update 91 (build 1.8.0_91).
Compatible and tested with Windows XP and later, and Ubuntu 14.04.