LibGui Reforged
What is this library?
LibGui Reforged is an unofficial version of the popular Cotton's Fabric LibGui library, adapted to work with Forge. This library fundamentally simplifies the process of creating custom user interfaces in Minecraft.
Main Features
Instead of the laborious process of precisely positioning elements relative to the background image, LibGui uses a logical description of the interface and renders it dynamically, like in modern GUI systems. Control elements can be placed on an item slot grid or with arbitrary offset from it.
The library provides extensive customization options: you can configure panel styles, colors, transparency, and extend functionality according to your needs.
For Developers
Developers interested in using LibGui in their projects are advised to review the technical documentation on the GitHub page for detailed information on integration capabilities.
Requirements
For the mod to work, installation of the following is required:
- Kotlin for Forge
- Architectury API