Updated Home (markdown)

Robert Jelic
2022-04-02 15:32:03 +02:00
parent b4175cf561
commit 35291887a7

24
Home.md

@@ -10,18 +10,18 @@ now you are able to access everything from NyoUI.lua.
# Objectlist
* Object - the base class for everything
* [Frame](https://github.com/NoryiE/NyoUI/wiki/Frames-(and-Screens)) -- Frames are the objects where everything gets drawn on
* Button -- for some clicki clicki
* Label -- you also need text to your clickis
* Dropdown -- a dropdown menu where you can change the value to what you added as item
* Checkbox -- to create true or false values
* Input -- for creating some user input (password, text, numbers)
* Radio -- something like lists but with more positional flexability
* Textfield -- bigger inputs (it works like the shell editor)
* Scrollbar -- special thing. it can be used for creating scrollbars (was intended) but also if you want the user to change a number value(1 - 100 as example)
* Program -- more special thing, with that you are able to execute programs (shell is also a program so yea you can execute a shell)
* Animation -- with that you are able to create cute !simple! animations (example: changing button color while clicking on them)
* [Object](https://github.com/NoryiE/NyoUI/wiki/Object) -- - the base class for everything
* [Frame](https://github.com/NoryiE/NyoUI/wiki/Frame) -- Frames are the objects where everything gets drawn on
* [Button](https://github.com/NoryiE/NyoUI/wiki/Button) -- for some clicki clicki
* [Label](https://github.com/NoryiE/NyoUI/wiki/Label) -- you also need text to your clickis
* [Dropdown](https://github.com/NoryiE/NyoUI/wiki/Dropdown) -- a dropdown menu where you can change the value to what you added as item
* [Checkbox](https://github.com/NoryiE/NyoUI/wiki/Checkbox) -- to create true or false values
* [Input](https://github.com/NoryiE/NyoUI/wiki/Input) -- for creating some user input (password, text, numbers)
* [Radio](https://github.com/NoryiE/NyoUI/wiki/Radio) -- something like lists but with more positional flexability
* [Textfield](https://github.com/NoryiE/NyoUI/wiki/Textfield) -- bigger inputs (it works like the shell editor)
* [Scrollbar](https://github.com/NoryiE/NyoUI/wiki/Scrollbar) -- special thing. it can be used for creating scrollbars (was intended) but also if you want the user to change a number value(1 - 100 as example)
* [Program](https://github.com/NoryiE/NyoUI/wiki/Program) -- more special thing, with that you are able to execute programs (shell is also a program so yea you can execute a shell)
* [Animation](https://github.com/NoryiE/NyoUI/wiki/Animation) -- with that you are able to create cute !simple! animations (example: changing button color while clicking on them)
# Installer
Here is a premade installer you can add into your script if you want: