the unofficial version for modular ui 1.12
Compared to the original version, some APIs have been added to make it easier to support controller input.
The original 1.12 version has been archived, this is a third-party follow-up implementation.
ModularUI is a library for Minecraft aiming to make GUI's much easier.
Key features
- panel system similar to windows
- widgets are placed in a tree like structure
- widget rendering and interactions are automatically handled
- built in widgets like buttons, scroll views, item slots, fluid slots and text fields
- no need to create GUI texture sheets, each widget is rendered dynamically
- easy and dynamic widget sizing and positioning
- build in APIs for various UI things like color, stencil (fancy scissor) and animations
- easy syncing between client and server handled by MUI
- good for client only GUIs and client-server synced GUIs
- GUI themes are loaded via JSON and can be added and modified by resourcepacks
- recipe viewer compat for things like exclusion zones and ghost ingredients
the old version SEE ModularUI - Minecraft Mods - CurseForge

