Difference between revisions of "Main Page"
Jump to navigation
Jump to search
(Buying The Best Seo Company For) |
(Undo spam revision 908 by Ssmicrrrundsddqwaa (talk)) |
||
Line 1: | Line 1: | ||
− | + | '''Welcome to the Inspired-Lua Wiki''', the one place to know everything about Lua programming on the TI-Nspire! | |
− | + | ||
− | The | + | This wiki is not official but is considered as a great source of information. <br /> It takes official information from [http://education.ti.com/nspire/scripting-api TI's pdf documentation] but explains things further and with more details and examples. |
− | + | ||
− | + | '''News''' : TI released on June, 7th 2012 the TI-Nspire OS 3.2, which improves the Lua API. You can see [[Changes in OS 3.2|what's changed here]].<br /> | |
− | + | '''News''' : When TI released its TI-Nspire iPad applications, they came with OS 3.4, in which the Lua API [[Changes in OS 3.4|got updated]] a bit. | |
− | + | ||
+ | == Categories == | ||
+ | |||
+ | {| cellspacing="0" cellpadding="1" class="wikitable" style="width: 500px;" | ||
+ | |- | ||
+ | | width="64" height="64" | [[Image:Lua-logo.gif|64x64px|Lua-logo.gif]] | ||
+ | | [[Overview of the API|Standard Library]] | ||
+ | | The standard Lua functions | ||
+ | |- | ||
+ | | width="64" height="64" | [[Image:Lua-logo.gif|64x64px|Lua-logo.gif]] | ||
+ | | [[:Category:Extended Standard Library|Extended Standard Library]] | ||
+ | | Some functions that TI added to the standard Lua library | ||
+ | |- | ||
+ | | [[Image:Timer-icon.gif|64x64px|Timer-icon.gif]] | ||
+ | | [[timer|Timer]] | ||
+ | | The integrated timer | ||
+ | |- | ||
+ | | width="64" height="64" | [[Image:Logo1-icon.png|64x64px|Logo1-icon.png]] | ||
+ | |||
+ | | [[Events|Events]] | ||
+ | | Platform Events | ||
+ | |- | ||
+ | | width="64" height="64" | [[Image:Logo1-icon.png|64x64px|Logo1-icon.png]] | ||
+ | | [[gc|Graphical context]] | ||
+ | | Draw object to the screen with gc | ||
+ | |- | ||
+ | | width="64" height="64" | [[Image:Logo1-icon.png|64x64px|Logo1-icon.png]] | ||
+ | | [[platform|Platform]] | ||
+ | | Get and manage platform information | ||
+ | |- | ||
+ | | width="64" height="64" | [[Image:Logo1-icon.png|64x64px|Logo1-icon.png]] | ||
+ | | [[image|Image]] | ||
+ | | The image library | ||
+ | |- | ||
+ | | width="64" height="64" | [[Image:Logo1-icon.png|64x64px|Logo1-icon.png]] | ||
+ | | [[Physics Engine|Physics]] | ||
+ | | A Physics Engine ! | ||
+ | |- | ||
+ | |||
+ | | [[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 | ||
+ | |- | ||
+ | | width="64" height="64" | [[Image:Logo1-icon.png|64x64px|Logo1-icon.png]] | ||
+ | | [[document|Document]] | ||
+ | | Set global document flags | ||
+ | |- | ||
+ | | width="64" height="64" | [[Image:Logo1-icon.png|64x64px|Logo1-icon.png]] | ||
+ | |||
+ | | [[toolpalette|Tool Palette]] | ||
+ | | An easy to manage menu | ||
+ | |- | ||
+ | | width="64" height="64" | [[Image:Logo1-icon.png|64x64px|Logo1-icon.png]] | ||
+ | | [[cursor|Cursor]] | ||
+ | | Change or hide the cursor | ||
+ | |} | ||
+ | |||
+ | <br> |
Revision as of 12:55, 27 April 2013
Welcome to the Inspired-Lua Wiki, the one place to know everything about Lua programming on the TI-Nspire!
This wiki is not official but is considered as a great source of information.
It takes official information from TI's pdf documentation but explains things further and with more details and examples.
News : TI released on June, 7th 2012 the TI-Nspire OS 3.2, which improves the Lua API. You can see what's changed here.
News : When TI released its TI-Nspire iPad applications, they came with OS 3.4, in which the Lua API got updated a bit.
Categories
Standard Library | The standard Lua functions | |
Extended Standard Library | Some functions that TI added to the standard Lua library | |
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 | |
Physics | A Physics Engine ! | |
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 easy to manage menu | |
Cursor | Change or hide the cursor |