466
Trapped for the TI-Nspire and TI-89 / Re: Block Dude in Lua
« on: April 17, 2011, 05:32:46 pm »
Nice apcalc
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 466
Trapped for the TI-Nspire and TI-89 / Re: Block Dude in Lua« on: April 17, 2011, 05:32:46 pm »
Nice apcalc
467
TI-Nspire / 9sweeper - Minesweeper in Lua for TI-Nspire« on: April 17, 2011, 10:23:27 am »
Here is a simple Minesweeper in Lua. It's not very well-coded since I learnt Lua yesterday, and doesn't look so good since I am not good at game design, but it's a first shot that I may try to improve later. It's untested on real calculator, and not thoroughly tested.
It will at least give another example of Lua code for beginners. TI's event-driven API is nice and easy to use. Thank to all of those who contributed to bring Lua development to the TI-Nspire Keys: - R: restart - Enter: dig - F: set/unset flag/unknown TODO: - Make it compatible with the Touchpad mouse? - Use colors for the CX - Check if the game is won - Display the keys - Show when the game is over - Use images - Simplify code 468
Lua / Re: Can you code in Lua?« on: April 17, 2011, 07:28:42 am »
What would such an IDE do? There are already plenty of IDE compatible with Lua, that can integrate the TI-Nspire conversion tools.
469
News / Re: Lua on the Nspire?« on: April 17, 2011, 02:59:51 am »
I'm currently using UltraEdit (license required) for syntax coloring, with keyboard shortcuts to call the Lua to TNS converter and luac for computer-side syntax checking. Maybe I'll try to integrate it with nspire_emu/Ncubate, sending the file by hand between each test is a pain.
470
Lua / Re: TI-Nspire Lua API« on: April 15, 2011, 07:28:00 am »
What about Hackspire? Much of the technical information on the TI-Nspire is currently hosted there.
It can be viewed without account, and includes human and bot moderation. 471
News / Re: Lua on the Nspire?« on: April 14, 2011, 04:59:07 pm »
Some of the last ones are actually standard functions.
472
News / Re: Lua on the Nspire?« on: April 13, 2011, 04:16:14 pm »
Interesting, I was actually trying to port it. A decent console was probably just what was missing to make it work.
473
News / Re: TI-Nspire OS 3.0 Released: Nleash no longer working« on: April 08, 2011, 02:57:45 pm »
I can't download the OS either
474
News / Re: Bypassing TI-Nspire RSA signatures now possible?« on: March 29, 2011, 05:05:37 pm »It could be nice to be able to run significantly different versions, like have 2.x installed for Ndless but run 3.0 for the additional math features (e.g. 3d graphing), but this doesn't work too well because you get mixed-up text that basically makes everything incomprehensible (see below for an example - 2.1 running on a 2.0.1 installation). What about patching the filesystem functions of the OS loaded to "chroot" the OS? Anyway RunOS was not released to avoid giving TI good reasons (such as being able to run the CAS OS on a non-CAS TI-Nspire) for enabling the downgrade protection. This is really something none of us want. 475
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage« on: March 29, 2011, 04:52:30 pm »
The download also hangs here... broooom?
476
News / Re: More info on the TI-Nspire CX series« on: March 23, 2011, 03:17:32 am »BASIC-wise, yes. Whenever we get Ndless working on 3.0, assembly probably won't. Different hardware and everything (the color screen)I'm pretty sure Ndless could fairly easily have a backwards-compatibility mode for old Ndless programs, by setting a 4-bit palette with equivalent levels of grayscale. That wouldn't work for programs that change the palette, but it should work for most cases. (All of this assumes that TI is using the same display driver, which is pretty likely) Anyway it is always a good idea to attach the source code to any TI-Nspire program released in case it isn't maintained anymore by its original author when major OS/HW upgrades happen. 477
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage« on: March 22, 2011, 01:40:05 pm »
I'm glad you found what was wrong.
1) does appear as a condition for a successful installation in the ReadMe file, but I wasn't aware of 2). 478
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage« on: March 22, 2011, 12:25:32 pm »
Mine is also an old one...
Which revision of Ndless 2.0 beta are you trying to use? 479
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage« on: March 20, 2011, 05:19:17 am »
But you may get a better success rate.
480
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage« on: March 20, 2011, 04:29:50 am »I made a special folder for the Ndless files that I named "Ndless" when I tried to install it. Also make sure to unplug the calculator from the computer before installing Ndless (see the ReadMe file or Scout's tutorial). |
|