Difference between revisions of "Main Page"
Jump to navigation
Jump to search
m (→Categories) |
|||
Line 1: | Line 1: | ||
− | + | = Hi Lua Webinar :) = | |
− | + | '''Welcome to the Inspired-Lua.org Wiki''' !<br /> | |
+ | Here, you can learn "everything" about Lua scripting on the TI-Nspire platform ! Since this is a wiki, you're welcome to contribute ;) | ||
− | + | This website is not official but is considered a great source of information. <br /> Its goal is to gather official information (from [http://education.ti.com/nspire/scripting-api TI's pdf documentation], mainly) and also to explain things further, with more details and examples. | |
− | |||
− | |||
− | '' | + | '''News''' : |
+ | * [June 7th, 2012] : TI-Nspire OS 3.2 is released, which improves the Lua API. You can see [[Changes in OS 3.2|what's changed here]].<br /> | ||
+ | * [February 7th, 2013] : TI-Nspire iPad applications released, which came with OS 3.4, in which the Lua API [[Changes in OS 3.4|got updated]] a bit. <br /> | ||
+ | * [December 10th, 2013] : TI-Nspire OS 3.6 is released, which changed the Lua API a little bit. You can see [[Changes in OS 3.6|what's changed here]]. | ||
+ | |||
== Categories == | == Categories == |
Revision as of 01:54, 7 May 2014
Hi Lua Webinar :)
Welcome to the Inspired-Lua.org Wiki !
Here, you can learn "everything" about Lua scripting on the TI-Nspire platform ! Since this is a wiki, you're welcome to contribute ;)
This website is not official but is considered a great source of information.
Its goal is to gather official information (from TI's pdf documentation, mainly) and also to explain things further, with more details and examples.
News :
- [June 7th, 2012] : TI-Nspire OS 3.2 is released, which improves the Lua API. You can see what's changed here.
- [February 7th, 2013] : TI-Nspire iPad applications released, which came with OS 3.4, in which the Lua API got updated a bit.
- [December 10th, 2013] : TI-Nspire OS 3.6 is released, which changed the Lua API a little bit. You can see what's changed here.
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 | |
Graphics context | Draw on 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 |