Skip to content

BlueHuskyStudios/Blue-Base-JVM

Repository files navigation

Blue Base/JVM

The shared basics module of the BHSP specifically made for desktop JVM (Java SE).

See Also

  • Blue Base/Core [Dependency] - The cross-platform shared basics of the BHSP
  • BHSP - The platform in which this module resides

Note: Android support will not be in this module. That will be in its own repository.

To Build

In order to build this module, you'll need:

  • Kotlin 1.1
  • Java SE 1.8
  • Blue Base_Core.jar (located in ../Core/out/artifacts/Blue_Base_Core_jar/Blue_Base_Core.jar relative to project root)

And I recommend:

  • IntelliJ IDEA 2017