aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFalkreon <falkreon@gmail.com>2019-08-24 21:17:24 -0500
committerFalkreon <falkreon@gmail.com>2019-08-24 21:17:24 -0500
commit2ae4c11c84ad90031b0fd32e011c49849352bcc5 (patch)
tree303da79f8304110029c32148fd02453e0cc02059 /README.md
parentd17ec9d9299b7dae2964d7314a60502b56f7e12b (diff)
downloadLibGui-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.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index f94e14b..5273a92 100644
--- a/README.md
+++ b/README.md
@@ -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