Updated Home (markdown)
24
Home.md
24
Home.md
@@ -6,26 +6,4 @@ After that, you just have to put this on top of your program:
|
||||
|
||||
`local basalt = dofile("basalt.lua")`
|
||||
|
||||
now you are able to access everything from the Basalt Framework:
|
||||
|
||||
# Objectlist
|
||||
|
||||
* [Basalt](https://github.com/NoryiE/Basalt/wiki/Basalt) -- The Manager
|
||||
* [Object](https://github.com/NoryiE/Basalt/wiki/Object) -- the base class for everything
|
||||
* [Frame](https://github.com/NoryiE/Basalt/wiki/Frame) -- Frames are the objects where everything gets drawn on, titanium would call them container
|
||||
* [Button](https://github.com/NoryiE/Basalt/wiki/Button) -- for some clicki clicki
|
||||
* [Label](https://github.com/NoryiE/Basalt/wiki/Label) -- you also need text to your clickis
|
||||
* [Dropdown](https://github.com/NoryiE/Basalt/wiki/Dropdown) -- a dropdown menu where you can change the value to what you added as item
|
||||
* [Checkbox](https://github.com/NoryiE/Basalt/wiki/Checkbox) -- to create true or false values
|
||||
* [Input](https://github.com/NoryiE/Basalt/wiki/Input) -- for creating some user input (password, text, numbers)
|
||||
* [Radio](https://github.com/NoryiE/Basalt/wiki/Radio) -- something like lists but with more positional flexability
|
||||
* [Textfield](https://github.com/NoryiE/Basalt/wiki/Textfield) -- bigger inputs (it works like the shell editor)
|
||||
* [Scrollbar](https://github.com/NoryiE/Basalt/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/Basalt/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/Basalt/wiki/Animation) -- with animations you are able to create cute !simple! animations
|
||||
* [Timer](https://github.com/NoryiE/Basalt/wiki/Timer) -- with timers you are able to create function which gets called every x amount of seconds
|
||||
* [Slider](https://github.com/NoryiE/Basalt/wiki/Slider) -- WIP
|
||||
|
||||
# Useful Pages
|
||||
|
||||
* [Design](https://github.com/NoryiE/NyoUI/wiki/Design) -- How to create beautiful designs
|
||||
now you are able to access everything from the Basalt Framework:
|
||||
Reference in New Issue
Block a user