blob: afb2a747201057cec2261609299c08397a63a631 (
plain)
1
2
3
4
5
6
7
8
|
<img src="doc/icon.png" align="right" width="180px"/>
# LibGui
Minecraft GUIs without spending forever painstakingly aligning things to the background image.
Instead, LibGui takes a logical description of your GUI, and draws it on-the-fly like any modern
GUI system. Controls can be hung on an itemslot grid or offset from it. Panel styles, colors,
and opacity can be customized, and everything can be extended.
|