Difference between revisions of "Main Page"
Jump to navigation
Jump to search
m (Replaced content with "Cheap Oakley Sunglasses Cheap ([http://rinconlibros.com/Cheap-Oakley-Sunglasses-Cheap/ http://rinconlibros.com/Cheap-Oakley-Sunglasses-Cheap/])") |
m (Reverted edits by MosheShifflett (talk) to last revision by Adriweb) |
||
Line 1: | Line 1: | ||
− | + | '''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. <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. | ||
+ | |||
+ | |||
+ | ''(Due to quite a lot of spamming, some more captchas will have to appear while editing etc. Sorry.)'' | ||
+ | |||
+ | == 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 13:40, 25 July 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.
(Due to quite a lot of spamming, some more captchas will have to appear while editing etc. Sorry.)
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 |