916
Casio Calculators / Re: Linux casio calculator transfer program
« on: December 30, 2011, 04:23:53 am »
Choose the tar.gz and follow the instructions on the bottom of the website
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. 916
Casio Calculators / Re: Linux casio calculator transfer program« on: December 30, 2011, 04:23:53 am »
Choose the tar.gz and follow the instructions on the bottom of the website
917
Lua / Re: Getting started with Lua on Nspire« on: December 30, 2011, 04:15:30 am »
There is TI.Image, no need to create your own routine for that.
You just need img=image.new(data) to create the sprite, and gc:drawImage(img,x,y) to draw it. Edit, misunderstood your previous post. TI.Image isn't to slow if you use it wisely 918
News / Re: Ticalc publishes 2011 POTY results« on: December 30, 2011, 04:10:22 am »
w000t Stefan
Congratulations! 919
Other Calculators / Re: A new different 3.0.2 Nspire OS« on: December 29, 2011, 01:26:42 pm »
Well, Ndless works on 3.1.0, which is later .So I don't think there is any problem
920
Other Calculators / Re: Lua & Nspire sensors - let's have some fun!« on: December 29, 2011, 03:38:48 am »
Good job
922
TI 68K / Re: FFTOM 89 Port« on: December 28, 2011, 03:09:25 pm »
Nice to see that you didn't abandon it
(Yay, still some activity in the 68k world o/) 923
TI-Nspire / Re: CyberBox« on: December 28, 2011, 04:28:55 am »
Never played it, but looks like it can be some fun
Good job. 924
Lua / Re: Updating WZGUILib« on: December 27, 2011, 04:55:54 am »
Hi
I never tried your library but to me it doesn't look like you are using classes. Making your code object oriented will make your life a 1000 times easier In case you never heard of classes, here is some reference: http://ourl.ca/12291 http://www.inspired-lua.org/2011/05/5-object-classes/ I would also try to use a "screenmanager", create a screen class were all the functions of "on" are redirected too. You can also take a look at my GUI library I'm developing for EEPro (https://github.com/adriweb/EEPro-for-Nspire ). I extensively use classes there. 925
TI-Nspire / Re: Bloxorz« on: December 27, 2011, 04:45:08 am »
Well, with nspire Lua you can draw text over stuff without that it will look bad. There is no white background behind the text.
But of course it would be nice to have pixel level manipulations. 926
TI-Nspire / Re: [WIP] BlockBreaker Nspire (Lua)« on: December 27, 2011, 04:40:27 am »
Thats not going to happen
927
Lua / Re: Hangman for Lua« on: December 27, 2011, 04:39:33 am »
Looks nice
Is there a fixed width font for the Nspire?If you mean a font to display stuff with gc:drawString, then no. If you really need to get the width of your string use gc:getStringWidth(string). 929
Calculator C / Re: Hide documents on TI-Nspire [Ndless]« on: December 26, 2011, 01:45:45 pm »
Glad you got it working
930
TI-Nspire / Re: [WIP] BlockBreaker Nspire (Lua)« on: December 26, 2011, 09:46:43 am »
I already rewrote the whole game, and its all in color now (looks quite nice on my CX ).
But I had lots of other work so I didn't rewrite my menu yet and some other stuff. I really will try to finish it as fast as possible (but I'm also working on other stuff such as EEPro, so...) |
|