OpenGL on the GBA

Started by
1 comment, last by ps2insight 22 years, 1 month ago
I was hoping someone could answer this question for me. Me and a friend have been programming the Gameboy Advance now for awhile now and were wondering if it is possible to have OpenGL on the GBA. We figured if we made it have some quick, optimized polygon routines in assembler made from scratch or a lib. I am hoping someone could shed some light on this for me.
Advertisement
not possible.
In Construction : http://www.gdev.org
YES it certainly is. But a lot of work. You could use Mesa (an open source implementation of OpenGL), either use software rendering or replace the code with GBA specific routines in ASM. Why not try Kallisto OS, I know there is an OpenGL wrapper and I *think* it will compile on gameboy advance...I know it does on the dreamcast. You can definately implement OpenGL tho...

- Andy

[edited by - andrewpotter on March 24, 2002 7:03:50 AM]
- Andy

This topic is closed to new replies.

Advertisement