Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 734 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 734 Bytes

Orion Components

Base components abstracted from the OrionCraft and it's API

Dependencies

  • Meditate-Layout - Full Java port of Yoga Layout, the layout engine which implements Flexbox
  • colormath - Multiplatform Kotlin color conversion and manipulation

Usage

  1. Add the repository to your Gradle project
repositories {
    maven("https://raw.githubusercontent.com/NickAcPT/LightCraftMaven/main/")
}
  1. Add the dependency to your project
dependencies {
    implementation("io.github.orioncraftmc:orion-components:0.0.3-SNAPSHOT")
}
  1. You're ready to go!