Documentation for the Sol framework
This project is maintained by alexcoder04
sol-tools
sol
new
and follow the instructions for creating a new projectapp.lua
components/
folder
solproj.yml
res/
folder
res/img/
for images (they are compiled into the project and can be also accessed directly from Lua and components)res/data
for YAML-based static application dataUse either the interactive dialog (start sol
, type build
and follow the instructions) or the automated mode (sol -a build <project-folder>
).
Use Luna to create a .tns
file or copy out.lua
into the official TI software.
You can also use make on Linux (make build
creates a .tns
file assuming you have Luna installed).
Load the .tns
file onto you calculator, either using the official TI software or other tools.