Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
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
Category
Developer Tools
Published
May 6, 2024
License
MIT
30Downloads
0Stars
Library
Pinned Versions
- R1.16–1.20.6
Pages
Members
1Owner