WEMarsSoftware / MissionControl

A custom Java command centre for the Western Engineering Mars Rover Team.
https://wemars.org/wemars/
MIT License
0 stars 0 forks source link

Add Gradle or Maven support #11

Closed JhnBrunelle closed 5 years ago

JhnBrunelle commented 6 years ago

We have org.json dependency that right now we have to manually install. As the project gets more complex, we'll need video and map dependencies.

Someone should integrate either Maven or Gradle to manage our dependencies and builds, especially since the goal is to output binary executables rather than jars (for speed!). I vote for Gradle since it has really good Intellij integration, and is more modern.

Links: Gradle Installing Gradle Gradle for NPM Users <- mainly for me

Maven Installing Maven

JhnBrunelle commented 6 years ago

Update: This is going to be a huge rework, I'll stow this away until we get a stable GUI and then add this in.

Ultimately, we should use gradle as it seems to be the more modern one!

joshkarbi commented 6 years ago

JInput controller/gamepad library dependency coming soon.