Show Contributions
|
|
Pages: [1] 2 3 4
|
|
1
|
Calculator Community / TI-Nspire Projects / Mode 7 engine
|
on: 09 January, 2013, 04:18:21
|
|
Just something I've been working on the past couple days. The screenshot makes it look slow, but it is actually running in full resolution on the lower half of the screen at just over 60fps in the emulator. So far I haven't implemented turning, but that will come soon, and shouldn't be too much of a performance hit. The map is just a 64 x 64 array of random colors, I'll add proper texture tiles later. It's only in grayscale because I don't have a CX or a CX boot1 dump *cough* *cough*.
|
|
|
|
|
2
|
General Discussion / Gaming Discussion / Portal is free!
|
on: 20 September, 2011, 05:38:52
|
|
If you haven't heard, portal is free on steam until the 20th. So I would get it. 'nuff said. (If there is already a thread for this, I apologize, I just checked the gaming discussion section for one)
|
|
|
|
|
6
|
Omnimaga / Ndless / Ndless suggestions thread
|
on: 14 August, 2011, 05:41:09
|
What are some things you would like to see in the next version of ndless? I'm thinking more along the lines of functions and stuff, not major changes like a permanent installation. Here's my first one: 1 2 3 4 5 6 7 8 9
| void set_cpu_150_mhz() { *(volatile unsigned*) 0x900B0000 = 0x00000002; *(volatile unsigned*) 0x900B000C = 4; } void set_cpu_90_mhz() { *(volatile unsigned*) 0x900B0000 = 0x00141002; *(volatile unsigned*) 0x900B000C = 4; }
|
|
|
|
|
|
8
|
Calculator Community / Calculator C Language / Nspire printf syscall is not ANSI compliant
|
on: 07 August, 2011, 07:42:37
|
|
I was trying to debug a program I was writing with printf, and realized it was giving me incorrect results when I tried doing printf("%f", 2.0); and it printed 0.000000. This means TI is being lazy and has not provided a full implementation of printf. Some other things I discovered were that the flag %Lf does not work (it just prints Lf), and that sprintf has the same issues. Could any other C developers help look into this and experiment so we can figure out the extent of these limitations?
|
|
|
|
|
12
|
Calculator Community / Calculator C Language / C Q&A Thread
|
on: 04 July, 2011, 02:29:36
|
|
I'm just going to create a thread for all of the questions I have in regard to nspire C programming, so there isn't like 20 threads with my questions. First question: Is there a way to make printf display output while a program is running? When I do it, everything gets printed at once after I exit the program. I'd like to see stuff printed while I run the program for debugging purposes.
|
|
|
|
|
15
|
General Discussion / Gaming Discussion / Shattered Horizon - I haz guest passes!
|
on: 02 July, 2011, 05:10:52
|
This game is a zero gravity fps. Basically you are floating around in space with 6 degrees of freedom, shooting people, so you have to learn to think in 3d when you play this, as enemies could come from any direction. It is hard to get across what this game is like in words, so here's a video someone made: If anyone wants to try it out, I have steam guest passes, so PM me if you are interested. (Make sure you have a good video card, though, it needs an 8800gt/hd 3870 to be playable on low resolutions and detail)
|
|
|
|
|
|