Closed JhnBrunelle closed 5 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!
JInput controller/gamepad library dependency coming soon.
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