ydcode / yoga-layout-java

Full Java port of Yoga Layout, the layout engine which implements Flexbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meditate Layout

Meditate Layout is a full Java port of Yoga Layout by Facebook


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:meditate-layout:1.0.1")
}
  1. You're ready to go!

About

Full Java port of Yoga Layout, the layout engine which implements Flexbox

License:MIT License


Languages

Language:Java 99.9%Language:Kotlin 0.1%