NoctisUI is a Minecraft UI library that makes it easy to create menus and HUDs.

NoctisUI is a Minecraft mod that allows developers to create custom, interactive user interfaces easily.
This powerful framework gives you the tools to design menus, buttons and other UI elements that will enhance the player experience.
Important: NoctisUI is still in development. It may therefore contain bugs / performance issues. Feel free to send feedback via the issues of the repo.
NoctisUI is available via JitPack and can be used as a dependency in your Fabric mods.
Add to your build.gradle:
repositories {
maven {
url = uri("https://jitpack.io")
}
}
dependencies {
modImplementation "com.github.AxenoDev:NoctisUI:VERSION"
}
Project licensed under the GNU GENERAL PUBLIC LICENSE
Conversation