/FTCVortexScoreCounter

FIRST Tech Challenge Unofficial Score Counter

Primary LanguageJavaMIT LicenseMIT

FIRST Tech Challenge Vortex Score Counter

The instructions on how to use the Vortex Counter is in the Wiki
The Vortex Program can be Downloaded Here

Development Enviroment Setup Instructions:

NetBeans Java SE

  1. Install the latest version of NetBeans Java SE
  2. Install the latest version of Java SE Development Kit
  3. Clone this repository to your development enviroment
  4. Open Project in NetBeans (File > Open Project)
  5. Right Click Libraries > Add JAR/Folder...
  6. Browse to jinput in the cloned repository on your development enviroment

IntelliJ IDEA

  1. Install the latest version of IntelliJ IDEA
  2. Install the latest version of Java SE Development Kit
  3. Clone this repository to your development environment
  4. Import a project from existing sources in IntelliJ (File > Import Project)
  5. Add the JAR output file.
  6. Navigate to File > Project Structure > Project Settings > Artifacts
  7. Click the green plus near the top of the window
  8. Select JAR from the Add drop down menu
  9. Select "From module with dependencies"
  10. Select "GoalCounterUI" as the Main Class
  11. Select "extract to the target JAR"
  12. For convenience, select the "Build on make" or "Include in project build" box
  13. Press Apply and OK
  14. 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.