961
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. 961
News / Re: nRemote : Control your TI-Nspire from your computer !« on: August 21, 2012, 03:59:23 pm »962
TI-Nspire / Re: kArmTI - TI-Nspire emulator with skin« on: August 21, 2012, 04:35:41 am »
Just tested, it's awesome
963
News / Re: nRemote : Control your TI-Nspire from your computer !« on: August 21, 2012, 04:30:26 am »Seems quite promising, could this eventually allow linked multiplayer games or something like that (gCn comes to mind)? If we can read the keypresses from the device, then yes and much more 964
News / Re: nRemote : Control your TI-Nspire from your computer !« on: August 21, 2012, 02:54:41 am »
Good news, it works perfectly on wifi-connected devices. (students don't even need to be logged in, just connected to the AP) We tried with mixed wired and wifi and there were no problem.
We will release nRemote 1.2 later today. Next version will include some interface changes for a sequence editor/launcher and a device selection tool (choose to remote all or specific device(s)). Hopefully we'll also figure out a way to not make the launch of the computer software a necessity (windows only). Changelog v1.2 : - redone interface almost from scratch (althought not much visible at first sight when launching nRemote). Better resizing now. - GUI option to enable/disable live screen capture 966
News / Re: nRemote : Control your TI-Nspire from your computer !« on: August 20, 2012, 02:46:09 pm »
All right, I think we are going to run the last few tests on different setups tomorrow and probably going for release tomorrow evening.
Changelog so far : - "--no-screenshots" CLI option added to allow no-delay text typing. - Smaller overall code - Shift-Hold-xxxxx keys now working - Meta-key support (i.e : Mac's Cmd => Nspire's Ctrl) - Version displayed in the frame - Some under-the-hood stuff 967
Lua / Re: My first lua program« on: August 20, 2012, 01:14:07 am »You can make 3.2 programs completely compatible with 3.1 onesIndeed. Either if you have only one script frame in your .tns (and you never had anything more than that - even if deleted) then you have to put " platform.apilevel = '1.0' " at the beginning of your script. You can also use Luna 968
Lua / Re: Updating WZGUILib« on: August 19, 2012, 06:01:26 pm »
(I edited my post with a new version, the first had a bug)
970
TI-Nspire / Re: kArmTI - TI-Nspire emulator with skin« on: August 19, 2012, 12:53:01 pm »
That USBLink is just plain awesome.
Can't wait 971
News / nRemote : Control your TI-Nspire from your computer !« on: August 19, 2012, 12:23:56 pm »
Hi there,
I managed to code a software (for computer), which Levak improved with a GUI (interface), that enables you to remote control your TI-Nspire. That's how the chatbot video is made. I typed questions' text and Levak typed the answers on his computer which controlled the handheld (sent key events) … BTW, it's working on any Nspire. Ndlessed or not. Probably every OS too. The idea behind this is that while calculator-geeks like us can use it for fun or later for more interesting projects (if we get the other way - calc->computer working?), and I guess teachers can find this software truly useful for their purpose of doing some actions simultaneously on several handheld in their classrooms. For example, open a file, and get started to a specific page, everyone at the same time. I don't think it was possible before. I already have some support for teachers finding this an awesome idea and they can't wait to use it. It started as a little joke but people started really believing too much and we started feeling sad ... ^^ So… Sorry for that joke that went a bit too far with so many replies etc. ( Also, a chatbot would be feasible anyway.... I looked at some Eliza implementation and it's definitely doable. Probably some other bot too. When I have time I can try ) BTW, as told above : while it can be helpful for creating some pre-made keypresses sequences (like put some devices into a specific screen so it is ready to do something else, or whatever you want), it will be even better when we (if we find how to do so....) manage to get the other way working : getting keypresses from the handheld and get them back on the computer. Because then, it's just a matter of creating some text-based internet client for example. Here's a photo for you : (on the interface on can either click on the buttons or directly type with your computer's keyboard and it will send the keypresses) You can see that nRemote also captures the screen from the HH to display it, as an emulator. I also might as well tell (probably for legal purposes) that this program does NOT edit, modify or alter TI's libraries or any of their code. It works "as is", as long as you have TINCL or TINCS installed on your system. (crosspost : http://tiplanet.org/forum/viewtopic.php?f=43&t=10246) EDIT : Download : http://tiplanet.org/forum/archives_voir.php?id=6694 972
TI-Nspire / Re: [SCREENS/VIDEO] Version 1.0 Of The Ultimate AI Chat Bot For The Nspire« on: August 19, 2012, 12:20:16 pm »Hm, although I'm rather disappointed, the interface with the scrolling text, extra lines and the blinking cursor do look pretty nice.Sorry ^^ Oh well, this was done quickly anyway, but could serve as a base for a real thing Can't wait to see what comes out of this...It's pretty good 973
TI-Nspire / Re: [SCREENS/VIDEO] Version 1.0 Of The Ultimate AI Chat Bot For The Nspire« on: August 19, 2012, 08:45:34 am »Yay ! I finally was the first one to get this copy and give a +1 I'm not sure you want to give me a +1 anymore ? Anyway, writing news right now.... 974
TI-Nspire / Re: [SCREENS/VIDEO] Version 1.0 Of The Ultimate AI Chat Bot For The Nspire« on: August 19, 2012, 07:45:30 am »
Hi there, here is the file given away now, go grab it !!
(edit : real news coming soon) 975
TI-Nspire / Re: Nspire Java« on: August 19, 2012, 03:51:29 am »As much as a whole lot of platform-specific programming languages... I don't see why this is so important. Actually, it's "easy" to port what's required to make it work on normal Lua, as Jim's done (and even further, since it runs with JS too). So, when this part is done, it should be really good. (more talking about Cemetech's LuaZM for example, here) But yeah, porting some Java framework + library ought to be possible on the Nspire, and unlock some potential (at least once in a while, when native code development is available to users).Indeed, it would be a great new way opening to a lot of things |
|