PluginCC0-1.0
UniGUI
A universal GUI library, supporting both Vanilla and modded clients.
11
Downloads
0
Followers
5 months ago
Updated
📦
1
Versions
📖About UniGUI
A universal GUI library that supports centralized GUI management while being agnostic of the actual implementation. This enables both Vanilla and modded clients to share in the same features while using different GUIs based on their capabilities.
At the moment, this only manages GUIs and does not provide any implementations, but a generic implementation for modded clients using ArchitecturyAPI is planned.
Features:
- Creating, opening and closing GUIs for players
- Automatically choosing the best available GUI implementation depending on what the player's client supports
- Managing one or more stateful GUIs without having to know the details of which GUI implementation the player uses
- Automatically updating the GUI on state changes
- Flexible extensibility