Omnimaga > Ndless

Ndless 2.0 for TI-Nspire enters beta stage

(1/31) > >>

ExtendeD:
Ndless 2.0 is the latest and greatest way to develop and run third-party software on the TI-Nspire.
This version:
- (update: 2011/06/11) has now moved to a stable state
- is compatible with OS v1.7, v2.0.1, v2.1.0
- run on both Clickpad and Touchpad models

Ndless v2.0 binaries are available in Omnimaga's download section.

Issue tracker: http://www.unsads.com/projects/nsptools/report/1

Mrakoplaz:
Heh, with the recent upsurge in new users wanting Ndless, I was just about to ask you to do something like this, seeing as I've experienced absolutely zero bugs in the two months I've been using it... nice to see we think alike.

With that in mind, I still must commend you on your decision! This definitely should make a lot of less-technical people feel less frustrated. I'll try and help with bug reports whenever I can, but I seriously haven't ran into any (as nDoom's failings had been due to my own stupidity).

broooom:
Nice! :)

compu:
That's nice! I would really like to have touchpad support, even if I don't use mine at the moment (if you want it, I could send it to you :P)


--- Quote from: Mrakoplaz on February 25, 2011, 02:03:07 pm ---I'll try and help with bug reports whenever I can, but I seriously haven't ran into any

--- End quote ---
I agree, I have never had any real bug while using ndless :)

And yesterday I started working on an on-screen console, till now it can only output text (printf-like)... I wanted to start working on the input functions today, but I think you could do a better job than me ;)

Anyways, this is what I got for now:


And the associated source:

--- Code: ---cprintf("%s built at %s %s\n\n",__FILE__,__DATE__,__TIME__);
cprint("Tab test\t\t123\n");
cprint("Tab test 2\t456\n");
cprint("Tab test  3\t789\n");
cprint("\\r Test\r/\n");
cprint("\\b Test 123\b\b\b456\n");
int i = 1000;
cprintf("i is %d",i);
--- End code ---

DJ Omnimaga:
This is great! Glad to see this back in the works. :D

Also yeah I saw many people had troubles compiling it due to dependencies so I guess this should help them.

I'll update what I got on my calc. Great job as usual ExtendeD!
--- Quote from: ExtendeD on February 25, 2011, 01:56:41 pm ---The release of OS v3.0 is imminent (isn't it already noon in Dallas?) and Ndless may require a significant effort to be updated for it.

--- End quote ---
It actually got announced during night, about 12 hours earlier than supposed. As we checked some new stuff were appearing, though, so they were most likely almost done preparing the site. Also it was to preview OS 3.0/Nspire CX features rather than a release.

I hope you have more free time soon.

Navigation

[0] Message Index

[#] Next page

Go to full version