Omnimaga

Calculator Community => TI Calculators => Lua => Topic started by: hellninjas on January 18, 2013, 12:35:19 pm

Title: NSpire Lua
Post by: hellninjas on January 18, 2013, 12:35:19 pm
I'd like to learn more about this as well, so I can actually get some projects out there! :3
Anyways, know a link where I could get started?

EDIT: I meant Lua, I typed Basic, derp.
Title: Re: NSpire Lua
Post by: someone on January 18, 2013, 02:52:22 pm
http://wiki.inspired-lua.org/Main_Page
http://www.inspired-lua.org/2012/01/starting-in-lua/
http://compasstech.com.au/TNS_Authoring/Scripting/
Title: Re: NSpire Lua
Post by: epic7 on January 18, 2013, 02:52:59 pm
There's a bunch of Lua tutorials here:
http://www.inspired-lua.org/

Edit: ninja'd >_>
Just so this post isn't useless, here's an example program for a simple cube game I made a while ago: http://pastebin.com/5k0wacKw
Title: Re: NSpire Lua
Post by: hellninjas on January 18, 2013, 03:02:10 pm
Thanks, i'll post my progress when I make something! :3
Title: Re: NSpire Lua
Post by: Augs on January 18, 2013, 05:00:19 pm
You don't need 3.2 for LUA. All you need is 3.2 computer software. Then you do Insert --> Script editor --> Insert script. Then a window will pop up and you must type: platform.apilevel = "1.0". After that it is up to you.

Edit: This makes it possible to make LUA programs and have Ndless (using 3.1).