Page 1 of 1

[TI-BASIC] 3d graphics

Posted: Sun 02 Sep, 2007 7:15 am
by Moose
Hello. I'm new to this forum and I can see most of the members far surpass me in BASIC knowledge. I was wondering if it was possible to create an applicable 3d program that wasn't ridiculously slow.

I know its possible with asm, but I know nothing about THAT. :)

Posted: Sun 02 Sep, 2007 8:14 am
by King Harold
Well.. I know it's possible to make a BASIC 3D program that is ridiculously slow..
The slowest part are the translations/rotations etc, the rendering is not all that fast either, and drawing anything other than wireframe will be very hard (unless tr1p adds filled triangles to xLib?)

My own BASIC wireframe thing: http://kvince83.tengun.net/maxboard/vie ... php?t=1962
It's over a year old now lol

In any case, it is very unlikely that anyone can write a 3d game in BASIC, but just having fun with it to prove you know something about 3D is of course very possible ;)

Posted: Sun 02 Sep, 2007 8:31 am
by Moose
Thanks man! Now I know I wont waste my time trying to make a game. Although you're right, it does sound fun :)