Difference between revisions of "Main Page"

From Inspired-Lua Wiki
Jump to navigation Jump to search
m
Line 3: Line 3:
  
 
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.
 
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.
 +
 +
 +
An overview of the TI-Nspire Lua Scripting API is available here : [[Overview of the API]]
  
  

Revision as of 21:35, 7 May 2014

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.


An overview of the TI-Nspire Lua Scripting API is available here : Overview of the API


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

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 Graphics context Draw on 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