PCspire, run Nspire lua programs nativly on your pc
Posted: 14 Mar 2012, 11:35
Hello
Just wanted to show a little project I'm busy on.
As some of you know, I mainly develop on Linux. This means testing Nspire Lua programs is a bit harder.
Nspire_emu works fine, but there is no mouse support.
That is why I set out to create something to run Lua programs natively (meaning without emulation) on my computer.
I started 2 days ago, and here is the result:
EEPro runs pretty good
Tetris:
It even correctly sets the Lua screen variables if the window is bigger:
I use the Löve Lua framework, since it was also event based and that made stuff a bit easier.
What do you lads think of it?
Edit: colors are bad because of screen recorder
Just wanted to show a little project I'm busy on.
As some of you know, I mainly develop on Linux. This means testing Nspire Lua programs is a bit harder.
Nspire_emu works fine, but there is no mouse support.
That is why I set out to create something to run Lua programs natively (meaning without emulation) on my computer.
I started 2 days ago, and here is the result:
EEPro runs pretty good
Tetris:
It even correctly sets the Lua screen variables if the window is bigger:
I use the Löve Lua framework, since it was also event based and that made stuff a bit easier.
What do you lads think of it?
Edit: colors are bad because of screen recorder