Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Lumin

Dynamic GUI's made easy

Report LoomUI?

LoomUI is a library designed to simplify the creation of gui for servers. With LoomUI, developers can easily design dynamic menus, interfaces, and interactive elements using Kotlin.

Usage

To start using LoomUI its dependency needs to be added to your build tool:

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>sh.lumin</groupId>
    <artifactId>loomui</artifactId>
    <version>1.0.2</version>
</dependency>

Gradle (Groovy)

maven { url 'https://jitpack.io' }

implementation 'sh.lumin:loomui:1.0.2'

Gradle (Kotlin)

maven("https://jitpack.io")
implementation("sh.lumin:loomui:1.0.2")

please contact me on discord (@photo.png) for any issues

Information

CategoryDeveloper Tools
Published onMay 6, 2024
LicenseMIT
Downloads25
Stars0
Watchers0
Library

Pinned Versions

Members

Avatar for Lumin

Lumin

Owner