Skip to content

Base components abstracted from the OrionCraft API

License

Notifications You must be signed in to change notification settings

OrionCraftMC/orion-components

Repository files navigation

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!

About

Base components abstracted from the OrionCraft API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages