To develop Lua scripts for TI-Nspire™ calculators by this 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 our make file. Tested on openSUSE Leap.
git clone https://github.com/ndless-nspire/Luna
cd Luna/
make
sudo make install
For example, TNS file for addition
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