Base components abstracted from the OrionCraft and it's API
- Meditate-Layout - Full Java port of Yoga Layout, the layout engine which implements Flexbox
- colormath - Multiplatform Kotlin color conversion and manipulation
- Add the repository to your Gradle project
repositories {
maven("https://raw.githubusercontent.com/NickAcPT/LightCraftMaven/main/")
}
- Add the dependency to your project
dependencies {
implementation("io.github.orioncraftmc:orion-components:0.0.3-SNAPSHOT")
}
- You're ready to go!