https://github.com/bluehuskystudios/blue-base-jvm
Blue Base stuff specific to the desktop JVM (Java SE)
https://github.com/bluehuskystudios/blue-base-jvm
abstraction basics blue-husky-software-platform desktop-jvm framework java-se jvm kotlin kotlin-extensions kotlin-framework kotlin-library library platform utilities
Last synced: 2 months ago
JSON representation
Blue Base stuff specific to the desktop JVM (Java SE)
- Host: GitHub
- URL: https://github.com/bluehuskystudios/blue-base-jvm
- Owner: BlueHuskyStudios
- Created: 2017-07-30T16:45:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T04:01:45.000Z (over 6 years ago)
- Last Synced: 2025-01-22T19:48:18.659Z (4 months ago)
- Topics: abstraction, basics, blue-husky-software-platform, desktop-jvm, framework, java-se, jvm, kotlin, kotlin-extensions, kotlin-framework, kotlin-library, library, platform, utilities
- Language: Kotlin
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blue Base/JVM #
The shared basics module of the BHSP specifically made for desktop JVM (Java SE).## See Also ##
- **[Blue Base/Core](https://github.com/BlueHuskyStudios/Blue-Base)** [Dependency] - The cross-platform shared basics of the BHSP
- **[BHSP](https://github.com/BlueHuskyStudios/Blue-Husky-Software-Platform)** - 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](https://github.com/BlueHuskyStudios/Blue-Base/releases) (located in `../Core/out/artifacts/Blue_Base_Core_jar/Blue_Base_Core.jar` relative to project root)And I recommend:
- IntelliJ IDEA 2017