766
Lua / Re: Controlling external hardware through Lua
« on: February 19, 2012, 02:14:57 pm »
Okay, thanks for the information.
When I got some time I'll try to use this method.
When I got some time I'll try to use this method.
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. 766
Lua / Re: Controlling external hardware through Lua« on: February 19, 2012, 02:14:57 pm »
Okay, thanks for the information.
When I got some time I'll try to use this method. 767
Lua / Re: Owl — A fast, lightweight, and flexible game engine for the TI-Nspire« on: February 19, 2012, 09:05:01 am »
Well, what I did in my bombermaze thing is move the character 4px (or a bit more) each time you press.
But this is done smoothly, using the timer. So, it feels quite responsive and looks good 768
Lua / Re: Controlling external hardware through Lua« on: February 19, 2012, 09:02:25 am »
Okay, I'll look at that.
But I have another question: is the method of reading the serial port the same on CX and classic? (Since they use other uart hardware) 769
Calculator C / Re: nRaze progresss« on: February 18, 2012, 02:05:10 pm »
Just want to make some things clear.
1) The method of drawing images to the screen depends of the platform you are running your program on, and not the language. So drawing something on the screen is different than drawing it on the nspire. Although, if hoffa finishes the SDL port, then programs using SDL on the computer will use the same methods as drawing stuff with SDL on the calculator. You can use nRGBlib for now 2) I don't see why you are comparing actionscript and c to flash and DOS. C is a language, DOS is a platform and has not much to do with C. Actionscript is very similar to javascript (infact, its a dialect of ecmascript), which in turn means that there are quite some similarities with it and C. But now, it are the libraries and functions that count, not the language 770
Lua / Re: Controlling external hardware through Lua« on: February 18, 2012, 04:38:23 am »
ExtendeD, you don't know how much I was researching after I heard the news
The thing is with the file functions in os.h I can read/write to the serial port (uber awesome). But when reading stdin, it will block until there is data. And since I can not check if there is data some way, I can't use this method. There are two possibilities for me: 1) Directly talk to the serial hardware 2) Make stdin non blocking 2 can be done with fcntl() (from fcntl.h), and since it's a posix function it might be in the Nspire. But finding it is another task ^^. If you have suggestions, please post them 771
Lua / Re: Owl — A fast, lightweight, and flexible game engine for the TI-Nspire« on: February 18, 2012, 04:32:45 am »
Those things definitely could be used, but maybe we could try to improve the functions/event stuff TI made, so we keep compatibility.
I guess this is a bit more complex, but it might be worth the try 772
General Calculator Help / Re: Downgrade OS 3.1.« on: February 17, 2012, 03:38:30 am »
It looks like your calculator things it has a 84+ keypad installed.
Try to remove the touchpad keypad and carefully check if the connector is not dirty. (Since a bad connection might trigger this) 773
News / Re: Native Lua Extensions thanks to the latest Ndless update !« on: February 17, 2012, 02:07:40 am »
Just plainly epic, I can't describe how happy I am!
(Because now you can do anything with Lua, anything) 774
Humour and Jokes / Re: Just epic« on: February 16, 2012, 11:50:44 am »
I edited to work in other browsers. It worked fine for me in Firefox 10.0.1 (on Linux ^^).
Should work good on chrome now, just make sure the "javascript:" is in the beginning when you paste it. 775
News / Re: mViewer adds PNG support for all TI-Nspire!« on: February 16, 2012, 11:17:01 am »
Very nice and good work Critor
776
Humour and Jokes / Just epic« on: February 16, 2012, 05:20:42 am »
Paste this in your browsers url (while, for example reading a topic):
Code: [Select] javascript:void(document.body.style.textTransform="uppercase"); (Make sure javascript: is in the title bar)Effect is awesome 777
nSDL / Re: SDL for the TI-Nspire« on: February 15, 2012, 04:38:25 pm »
Nice to see the progress!
778
News / Re: Protect your TI-Nspire startup with ZLock« on: February 15, 2012, 04:36:04 pm »
You should add a function which turns the nspire fully off, so that you don't need to wait a couple of days
780
Other Calc-Related Projects and Ideas / Re: TILP: beta-testing...« on: February 13, 2012, 03:45:31 pm »
Sorry for the late reply, here you go: http://bwns.be/jim/tilp/setup.exe
|
|