diff options
author | Falkreon <falkreon@gmail.com> | 2019-08-24 21:17:24 -0500 |
---|---|---|
committer | Falkreon <falkreon@gmail.com> | 2019-08-24 21:17:24 -0500 |
commit | 2ae4c11c84ad90031b0fd32e011c49849352bcc5 (patch) | |
tree | 303da79f8304110029c32148fd02453e0cc02059 /README.md | |
parent | d17ec9d9299b7dae2964d7314a60502b56f7e12b (diff) | |
download | LibGui-2ae4c11c84ad90031b0fd32e011c49849352bcc5.tar.gz LibGui-2ae4c11c84ad90031b0fd32e011c49849352bcc5.tar.bz2 LibGui-2ae4c11c84ad90031b0fd32e011c49849352bcc5.zip |
Add test project, fix readme, work on list widget
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -7,4 +7,9 @@ Instead, LibGui takes a logical description of your GUI, and draws it on-the-fly 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 getting started with LibGui. + +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)
\ No newline at end of file |