You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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