diff --git a/Readme.md b/Readme.md index a675298..eeb62a3 100644 --- a/Readme.md +++ b/Readme.md @@ -14,4 +14,32 @@ The `swtcon-preload` tool is an example of how it can be currently used. Tilem ----- -An TI calculator emulator for the remarkable, still WIP. +An TI-84+ calculator emulator for the remarkable. + +![Screenshot tilem](doc/tilem.png) + +To use simply execute `tilem` in a folder containing a `ti84p.rom` ROM file. On the reMarkable 2 the rm2-fb client shim will need to be available. + +[Yaft](apps/yaft) +---- + +A fast framebuffer terminal emulator. + +![Screenshot yaft](doc/yaft.png) + +To use simply execute `yaft` or `yaft `. Again on the reMarkable 2 the rm2-fb needs to be loaded. + +Launcher +---- +(TODO: pick a name) + +A tiny launcher written for my personal needs. Still very much WIP. + + +![Screenshot launcher](doc/launcher.png) + +Currently three gestures are defined: + * Three finger swipe down: show launcher + * Three finger swip left/right: switch to next/previous app. + +Pressing `[x]` will close an app, `>` indicates the currently running app, and `*` indicates an app paused in the background. diff --git a/doc/launcher.png b/doc/launcher.png new file mode 100644 index 0000000..69f0e74 Binary files /dev/null and b/doc/launcher.png differ diff --git a/doc/tilem.png b/doc/tilem.png new file mode 100644 index 0000000..aeb4a48 Binary files /dev/null and b/doc/tilem.png differ diff --git a/doc/yaft.png b/doc/yaft.png new file mode 100644 index 0000000..f66a3f8 Binary files /dev/null and b/doc/yaft.png differ