Difference between revisions of "Main Page"
Jump to navigation
Jump to search
Jimbauwens (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | '''Welcome to the Inspired-Lua Wiki''', the place to know everything about Lua programming on the TI-Nspire! | + | '''Welcome to the Inspired-Lua Wiki''', the place to know everything about Lua programming on the TI-Nspire! |
− | Please note that the wiki is not finished yet. However, it is constantly-updated. | + | Please note that the wiki is not finished yet. However, it is constantly-updated. |
− | If you wish to see an example the documentation's structure, please read a fully-documented part such as the [[:Category:image|image category]], or "[[gc:drawString]]", from the [[:Category:gc|gc category]]. | + | If you wish to see an example the documentation's structure, please read a fully-documented part such as the [[:Category:image|image category]], or "[[gc:drawString]]", from the [[:Category:gc|gc category]]. |
== Categories == | == Categories == | ||
− | [[: | + | {| width="300" border="1" cellpadding="1" cellspacing="0" |
+ | |- | ||
+ | | width="64" height="64" | [[Image:Lua-logo.gif|64x64px|Lua-logo.gif]] | ||
+ | | [[Overview_of_the_API|Standard Library]] | ||
+ | | The standard Lua functions | ||
+ | |- | ||
+ | | [[Image:Timer-icon.gif|64x64px|Timer-icon.gif]] | ||
+ | | [[timer|Timer]] | ||
+ | | The integrated timer | ||
+ | |- | ||
+ | | <br> | ||
+ | | [[Events|Events]] | ||
+ | | Platform Events | ||
+ | |- | ||
+ | | | ||
+ | | [[gc|Graphical context]] | ||
+ | | Draw object to the screen with gc | ||
+ | |- | ||
+ | | | ||
+ | | [[platform|Platform]] | ||
+ | | Get and manage platform information | ||
+ | |- | ||
+ | | | ||
+ | | [[image|Image]] | ||
+ | | The image library | ||
+ | |- | ||
+ | | [[Image:Rtf icon.png|64x64px|Rtf icon.png]] | ||
+ | | [[D2Editor|D2Editor]] | ||
+ | | A rich text editor | ||
+ | |- | ||
+ | | [[Image:Locale.png|64x64px|Locale.png]] | ||
+ | | [[locale|Locale]] | ||
+ | | Get Locale information | ||
+ | |- | ||
+ | | [[Image:Clipboard-Paste-icon.png|67x67px|Clipboard-Paste-icon.png]] | ||
+ | | [[clipboard|Clipboard]] | ||
+ | | Add and get text from the clipboard | ||
+ | |- | ||
+ | | [[Image:File.png|64x64px|File.png]] | ||
+ | | [[var|Var]] | ||
+ | | Manage files in the local document | ||
+ | |- | ||
+ | | | ||
+ | | [[document|Document]] | ||
+ | | Set global document flags | ||
+ | |- | ||
+ | | | ||
+ | | [[toolpalette|Tool Palette]] | ||
+ | | An east to manage menu | ||
+ | |} | ||
− | + | <br> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 19:24, 10 September 2011
Welcome to the Inspired-Lua Wiki, the place to know everything about Lua programming on the TI-Nspire!
Please note that the wiki is not finished yet. However, it is constantly-updated.
If you wish to see an example the documentation's structure, please read a fully-documented part such as the image category, or "gc:drawString", from the gc category.
Categories
Standard Library | The standard Lua functions | |
Timer | The integrated timer | |
Events | Platform Events | |
Graphical context | Draw object to the screen with gc | |
Platform | Get and manage platform information | |
Image | The image library | |
D2Editor | A rich text editor | |
Locale | Get Locale information | |
Clipboard | Add and get text from the clipboard | |
Var | Manage files in the local document | |
Document | Set global document flags | |
Tool Palette | An east to manage menu |