- Notifications
You must be signed in to change notification settings - Fork0
Lua Scripting for TI-Nspire™
License
NotificationsYou must be signed in to change notification settings
Megidd/TI-Nspire
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To develop Lua scripts for TI-Nspire™ calculators bythis guide.
- Math and science simulations.
- Dynamic, interactive programs.
- Custom applications that function like TI-Nspire™ built-in app.
- ...
This repository can be used as a benchmark:https://github.com/skayo/TI-Nspire-Minesweeper
On Linux, build a dependency used by ourmake file. Tested on openSUSE Leap.
git clone https://github.com/ndless-nspire/Lunacd Luna/makesudo make install
For example, TNS file foraddition
project can be built like this:
cd addition/make
On Linux, built*.tns
files can be transferred to TI-Nspire device by:https://github.com/lights0123/n-link/releases
On Linux, these instructions must be followed too:https://lights0123.com/n-link/#linux