0 Members and 1 Guest are viewing this topic.
Looks nice, but I wonder if it would be possible to make the text smaller so that more can fit in the screen?
You might be able to pull something up from a Github repo such as this, if you aren't insistent on having only Lua sources.
Using a monospace raster font would also help. (Yeah, I know all fonts on the Nspire are raster, but I'm talking about the kind you see when you use the terminal on a computer.)
Monospace font doesn't exist out of the box on TI-Nspire.You have to hack the output, either displaying char by char, or displaying tiles by tiles with a custom font made of images.
On another note : How could we lok like a hacker without fullscreen and with Lua code displayed ?
Rad idea: make it show its own source code.
That's what it does currently xD
function getSource() return (string.dump(getSource):sub(14):gsub("-- %TI.SCRIPTAPP.*$", ""):gsub("%z", ""))end