Skip to content

Development

Finlay Maroney edited this page Jan 28, 2020 · 2 revisions

Development

In order to make changes to this source code there are a few things that must be done to setup your IDE for vision development.

Step #1: Build FVTS according to the build instructions

Step #2: Add build/libs/FVTS-lib.jar to the build path of your IDE and set its native library location to output/

Step #3: Add src/main/java and src/test/java as source folders in your IDE

Step #4: Configure the run profile for Main.java to pass --development as an argument to enable development mode

Note: Do not pass --development to the program when attempting to benchmark it, the UI updating is on the main thread and makes the FPS 10x worse

Also note: You do not need to build with Gradle when you make most code changes to apply them in Eclipse, because the library jar is the only one in use by Eclipse and not the entire output jar

Clone this wiki locally