Show Posts
|
|
Pages: 1 2 3 [4] 5 6 ... 80
|
|
46
|
Calculator Community / TI-Nspire Projects / Re: Game selection help
|
on: 22 January, 2013, 23:47:50
|
Also Nick, have you already chosen a game (other than The Game of life)?
Nope, I didn't select anything yet, still looking for ideas. Lua is not fast enough for those kind of games. Not even in 2D.
fix: Lua on the TI-Nspire sorry to ask, but what's that supposed to mean? I don't really understand xs EDIT: ok now i do, you mean lua on pc is fast enough, but not ti-nspire lua, right? yeah, that was what i meant, i'll call it TI-Lua from now on, ok 
|
|
|
|
|
47
|
Omnimaga / Ash: Phoenix / Re: [A:P] Computer IDE
|
on: 22 January, 2013, 15:40:13
|
|
Good work, it works indeed.
Got some sigestions though: - When you click 'New' in item, tile, move etc. editor, and then click 'cancel' no item should be made imo, but now it does make a new item, so maybe place that routine behind the 'Save' button, and not the 'New'. - When I press 'Cancel' in the move editor nothing happens (it does not close)
But apart from that, good work, and I lost...
|
|
|
|
|
49
|
General Discussion / Computer Projects and Ideas / Re: [Cemetech Contest #9] Reuben Quest HD
|
on: 22 January, 2013, 15:29:18
|
Very nice, bbut i have some sugestions: - Make the intro text appear a little longer, I can read it, but some parts are hard to finish within the fade-time - Make the general intro shorter, maybe make a list of thanks-to people instead of making them appear one by one and that's probably just not implemented yet, but when I go over that triangle (I guess it's ice) it says "you need fire to melt ice", but I can just walk through. and is there a how-to guide somewhere in the game? i can't really figure out what I have to do (I never played the original Reuben Quest)
|
|
|
|
|
53
|
Omnimaga / News / Re: Release of FormulaPro for the Nspire
|
on: 21 January, 2013, 12:04:21
|
I've got a question, how can I add this formula: dh^4=Dh^4-Dh*Dm^4 ? I've tried: 1 2 3 4 5
| dh^4=Dh^4-Dh*Dm^4 dh=root(Dh^4-Dh*Dm^4,4) dh=(Dh^4-Dh*Dm^4)^(1/4) dh=(Dh^4-Dh*Dm^4)^0.25
|
What else can I do? It always returns 0... Testvalues: Dm=150, Dh=180 --> dh=145
|
|
|
|
|
54
|
General Discussion / General Technology and Hardware Discussion / Re: Hooking up PIC µCs with accelerometer to TI-83+
|
on: 20 January, 2013, 14:25:21
|
Wow, amazing, all that with a 83+  I got a question though. When you use the accelerometer to draw stuff, is it a program running that decodes, or do you have some kind of hook thingie that listens to the port and makes it act like real arrow key presses? I love the UV meter, or whatever you call it, it's nice since you don't have to buy a screen, and still get nice and fast graphics. Good job MGOS, very good job  you last name doesn't happen to be Gaye, does it? Would be nice 
|
|
|
|
|
57
|
General Discussion / Computer Projects and Ideas / XKCD reader for Windows
|
on: 19 January, 2013, 13:41:05
|
Hi I saw the xkcd widget for unix, and thought of making one for windows (I don't know if someone already has made one). So here it is, features: - opens at last comic - browse like you would on the site (previous, next, random) - hover the image to get number & name of comic - click and hold image to move form - double click image to go to site - max width of 500px, max height of 400px Sometimes it's needed to double click, since the comics might be big, and the image is not big enough in that case. Closing has to be done with [alt][F4] because I thought it would disturb the layout if I added a close button or border in any way.  Enjoy!
|
|
|
|
|
58
|
Omnimaga / Ash: Phoenix / Re: [A:P] Computer IDE
|
on: 19 January, 2013, 10:51:11
|
|
Wow, awesome. I can't seem to get it running though. I use win8 with java7u9, I'm confused... It shows a running indicator for about a second, and then nothing happens, it's not in taskmanager, nothing...
|
|
|
|
|
59
|
Omnimaga / News / Re: Lots of new TI-84 Plus C related images!
|
on: 19 January, 2013, 02:03:13
|
WOOOO! Nice images  I'd love to see it one day, I hope it comes out soon in Europe too  And is the battery indicator working?  That's be hilarious if it didn't xp but also very frustrating I guess... Well, it's kinda normal that the battery is always at 100% here, it's computer images, that explains a lot 
|
|
|
|
|
60
|
Calculator Community / Other Calculator Discussion and News / Re: [Lua] Cellular Automata
|
on: 18 January, 2013, 21:28:52
|
|
I've implemented the startgeneration, so you don't have to wait to get to generation 2000 for example. "Don't have to wait" is not exaclty true, it takes time of course, and the optimization is less than i expected.
example 3 sliderguns (smallest version) in a 50x75 field, generation 100 01:09 seconds with [enter] 00:53 seconds from startgeneration
as you can see it's not that big a deal, but it's something...
|
|
|
|
|
|