Difference between revisions of "Main Page"

From Inspired-Lua Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
{| cellspacing="0" cellpadding="1" class="wikitable" style="width: 500px;"
 
{| cellspacing="0" cellpadding="1" class="wikitable" style="width: 500px;"
 
|-
 
|-
| width="64" height="64" | [[Image:Lua-logo.gif|64x64px|Lua-logo.gif]]  
+
| width="64" height="64" | [[Image:Lua-logo.gif|64x64px|Lua-logo.gif]]
 
| [[Overview of the API|Standard Library]]  
 
| [[Overview of the API|Standard Library]]  
 
| The standard Lua functions
 
| The standard Lua functions
Line 22: Line 22:
 
| The integrated timer
 
| The integrated timer
 
|-
 
|-
| <br>
+
| width="64" height="64" | [[Image:Logo1-icon.png|64x64px|Logo1-icon.png]]
 +
 
 
| [[Events|Events]]  
 
| [[Events|Events]]  
 
| Platform Events
 
| Platform Events
 
|-
 
|-
|  
+
| width="64" height="64" | [[Image:Logo1-icon.png|64x64px|Logo1-icon.png]]
 
| [[gc|Graphical context]]  
 
| [[gc|Graphical context]]  
 
| Draw object to the screen with gc
 
| Draw object to the screen with gc
 
|-
 
|-
|  
+
| width="64" height="64" | [[Image:Logo1-icon.png|64x64px|Logo1-icon.png]]
 
| [[platform|Platform]]  
 
| [[platform|Platform]]  
 
| Get and manage platform information
 
| Get and manage platform information
 
|-
 
|-
|  
+
| width="64" height="64" | [[Image:Logo1-icon.png|64x64px|Logo1-icon.png]]
 
| [[image|Image]]  
 
| [[image|Image]]  
 
| The image library
 
| The image library
 
|-
 
|-
|  
+
| width="64" height="64" | [[Image:Logo1-icon.png|64x64px|Logo1-icon.png]]
 
| [[Physics Engine|Physics]]  
 
| [[Physics Engine|Physics]]  
 
| A Physics Engine !
 
| A Physics Engine !
Line 59: Line 60:
 
| Manage files in the local document
 
| Manage files in the local document
 
|-
 
|-
|  
+
| width="64" height="64" | [[Image:Logo1-icon.png|64x64px|Logo1-icon.png]]
 
| [[document|Document]]  
 
| [[document|Document]]  
 
| Set global document flags
 
| Set global document flags
 
|-
 
|-
|  
+
| width="64" height="64" | [[Image:Logo1-icon.png|64x64px|Logo1-icon.png]]
 +
 
 
| [[toolpalette|Tool Palette]]  
 
| [[toolpalette|Tool Palette]]  
 
| An easy to manage menu
 
| An easy to manage menu
 
|-
 
|-
|  
+
| width="64" height="64" | [[Image:Logo1-icon.png|64x64px|Logo1-icon.png]]
 
| [[cursor|Cursor]]
 
| [[cursor|Cursor]]
 
| Change or hide the cursor
 
| Change or hide the cursor

Revision as of 15:09, 7 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

Lua-logo.gif Standard Library The standard Lua functions
Lua-logo.gif Extended Standard Library Some functions that TI added to the standard Lua library
Timer-icon.gif Timer The integrated timer
Logo1-icon.png Events Platform Events
Logo1-icon.png Graphical context Draw object to the screen with gc
Logo1-icon.png Platform Get and manage platform information
Logo1-icon.png Image The image library
Logo1-icon.png Physics A Physics Engine !
Rtf icon.png D2Editor A rich text editor
Locale.png Locale Get Locale information
Clipboard-Paste-icon.png Clipboard Add and get text from the clipboard
File.png Var Manage files in the local document
Logo1-icon.png Document Set global document flags
Logo1-icon.png Tool Palette An easy to manage menu
Logo1-icon.png Cursor Change or hide the cursor