aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 5273a92ba849a808606536165c6036ee8d364697 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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.


See the [Cotton wiki](https://cottonmc.github.io/Wiki/getting_started/SetupDeveloper.html) for setup

And for code examples:
* [Client-Only Guis](https://github.com/CottonMC/LibGui/wiki/Client-Sided-Guis) 
* [Inventory Guis](https://github.com/CottonMC/LibGui/wiki/Getting-Started-with-GUIs)