From 50d7987a1c451db868de215ef39b5ca615c325ee Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sun, 27 Mar 2022 18:04:04 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 9baae13..2a3a03f 100644 --- a/Home.md +++ b/Home.md @@ -1,3 +1,21 @@ -# Welcome to the NyoGUI wiki! +# Welcome to the NyoUI wiki! -WIP \ No newline at end of file +You want to know how to use my UI Framework for your projects? Easy! Just use the following command in your computercraft computer/turtle/pocket comp.: + +`wget https://raw.githubusercontent.com/NoryiE/NyoUI/master/NyoUI.lua NyoUI.lua` + +After that, you just have to put this on top of your program: + +`local screen = dofile("NyoUI.lua")` + +now you are able to access everything from NyoUI.lua: + +* Screens +* Frames +* Button +* Label +* Dropdown +* Checkbox +* Input +* Radio +* Textfield \ No newline at end of file