Page 2 sur 2

Re: PCspire, run Nspire lua programs nativly on your pc

Message non luPosté: 15 Mar 2012, 20:45
de jimbauwens
Thanks :)

Adriweb, yup something like that :)

Re: PCspire, run Nspire lua programs nativly on your pc

Message non luPosté: 20 Mar 2012, 17:21
de jimbauwens
People can already check out the code on https://github.com/jimbauwens/PCspire.
However, it's not yet noob proof :P
But it will :)

Currently these things need to be fixed:
- Drawing arcs (draws a full circle now)
- When invalidating specific screen parts, it can skip a couple of pixels. Shouldn't be a problem for most programs, but it needs to be fixed anyway.
- Text offsets need to be improved
- Images need better alpha support

These things need to be added:
- Tool palette (menu system that hardly anybody uses :P)
- Cursor changing. This is more hard because love2d doesn't support this directly

Stuff that I might never implement because they are very hard:
- math.eval (requires CAS engine and TI-Basic interpreter)
- D2Editor (requires rtf interpreter)
- Physics (love2d has physics, but it would be too hard to make it compatible with the chipmunk one on the nspire)


Programs I tested that work fine:
- Updated version of Cubefield
- LogoMagic
- Klondike Lua
- Some programs that use the EEPro widgets (I forgot the names, or maybe I didn't name them yet :P)
- Color Tetris
- BlockBreaker Lua
- Bloxorz
- some other tiny stuff I made :P

Re: PCspire, run Nspire lua programs nativly on your pc

Message non luPosté: 17 Avr 2012, 18:47
de Lionel Debroux
As he indicated at http://www.omnimaga.org/index.php?topic ... #msg243240 , in an unrelated topic, jimbauwens is working on http://bwns.be/jim/WEBspire/JSspire.html , which looks like an early online, JS-based form of PCspire :)

jimbauwens a écrit:Still many bugs and no user input, but you should get the idea


IOW, it's not ready for consumption yet, but will become another awesome project :)

Re: PCspire, run Nspire lua programs nativly on your pc

Message non luPosté: 19 Avr 2012, 12:31
de Lionel Debroux
User input (direction keys) now works, so JSspire runs Chockosta's CubeField properly :)
Rappel du lien: http://bwns.be/jim/WEBspire/JSspire.html

Source: http://www.omnimaga.org/index.php?topic ... #msg243528

Re: PCspire, run Nspire lua programs nativly on your pc

Message non luPosté: 28 Avr 2012, 13:03
de jimbauwens
Thanks for keeping this thread updated Lionel :)
Some other games already work in it, but I'm a bit busy with school so it can take a little while before you will see a stable release.