Forums - Open Redstone Engineers
TI-89 programming - Printable Version

+- Forums - Open Redstone Engineers (https://forum.openredstone.org)
+-- Forum: Off-Topic (https://forum.openredstone.org/forum-4.html)
+--- Forum: Programming (https://forum.openredstone.org/forum-8.html)
+--- Thread: TI-89 programming (/thread-7908.html)



TI-89 programming - jxu - 10-01-2015

My old TI-84 was limited to TI-Basic and Z80 asm (which is pretty cool) 
now with the Ti-89 I'm given more TI-Basic functionality, TI 68k (Motorola 68k) but also C 
I saw this cool implementation of a 3D maze written in x86 (very impressive) that I could attempt in either BASIC or C, would it be worth the time spent learning just to get some simple 3D graphics on a calculator? 

[Image: 00063518.png]

Note that the TI-89 only supports black and white, so no grayscale like the above picture has 


RE: TI-89 programming - tyler569 - 10-04-2015

If you want to, then it is worth your time, if not, it is not.


RE: TI-89 programming - Phase - 10-06-2015

I would if I had one.


RE: TI-89 programming - jxu - 10-08-2015

Since it's only black and white I imagine the finished result would be very hard to see anyway


RE: TI-89 programming - JeremyG - 10-09-2015

I think doing just the outlines of the walls would be pretty decently visible.


RE: TI-89 programming - newomaster - 10-11-2015

This reminds me of Berick's "prelude of the chambered" Simple 3D graphics with only some very basic colors. His was redstone:
https://www.youtube.com/watch?v=xKefSetuJ_E

(fun fact: This is how I heard about the RDF originally xD)