Updated Home (markdown)

Robert Jelic
2022-03-27 18:04:04 +02:00
parent 3bd1021723
commit 50d7987a1c

22
Home.md

@@ -1,3 +1,21 @@
# Welcome to the NyoGUI wiki!
# Welcome to the NyoUI wiki!
WIP
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