From 86540f8964b098cf1a7aeee41bcc4f29dd3c1551 Mon Sep 17 00:00:00 2001 From: alexcoder04 Date: Thu, 6 Oct 2022 21:14:39 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a93ee7..6262dd2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ GUI application framework for the TI-nspire. [Here](https://github.com/alexcoder04/sol-helloworld) you can find an example application. +[These](https://github.com/alexcoder04/sol-tools) are the tools needed for developing applications with Sol. + +[Here](https://alexcoder04.github.io/sol-docs/) you can find the docs. + ## Why Building GUI applications for TI-nspire using the stock Lua library from TI @@ -46,13 +50,9 @@ All the parts are then assembled and built into one `.tns` file by Sol. - [x] click events - [ ] component focus (tabbing, highlighting selected) - [x] menu api - - [ ] about dialog using data from `app.lua` - - [ ] handling images - - [ ] handling JSON/YAML data in `res/data` - [x] paint hook, use raw `gc` functions - [x] persistent data storage - [ ] game canvas component using nspire physics api - - [ ] compile-time optimization, deleting unused/empty functions and their calls - [ ] message box components imitating nspireOS's UI - [ ] 2D-editor component using nspire's built-in editor