Building from Source
Last updated
Last updated
Especially for the users that wish to use EOCV-Sim with Kotlin, which is a feature not currently supported with workspaces, you can instead opt to download the sim's source code and build it after adding your own pipelines
Make sure to have IntelliJ IDEA installed. Any IDE with Java Gradle support should work, but it is extremely recommended to use IntelliJ.
Clone EOCV-Sim's repository using Git, either from the command line;
or using IntelliJ;
After importing EOCV-Sim into IntelliJ, you can start adding your own pipelines into the "TeamCode module". Kotlin is already configured in the project, so you don't need to do any additional setup;
Run EOCV-Sim using IntelliJ with the "Run Simulator" run configuration. You will need to close and run the simulator every time you make changes to your pipelines, you won't be able to see any changes otherwise.