gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Announcements And Comments > OpenGL port for the GBA.

#4771 - BLade_X - Wed Apr 09, 2003 7:46 am

Hello everybody,
I have been able to get TinyGL, an open source minimal subset of OpenGL, compiling and running on GBA emulator with an example spinning cube demo. The library and demo currently support rendering in mode 3 and mode 5. It seems rather slow on the emulator. The library itself is 117 KB in size. The demo is 199k so I am not sure if this will even work on the GBA. I am currently using hamlib to render to the emulator, but I am sure this will work with other libraries too. This library is currently in pre-alpha stage.
Is anybody interested ? If anybody is interested please reply to this post and I will put up the source code and demo at some place.

Thanks,
BLade_X

#4791 - darkcloud - Wed Apr 09, 2003 9:07 pm

I'm interested.
_________________
Maybe in order to understand mankind, we have to look at the word itself: "Mankind". Basically, it's made up of two separate words - "mank" and "ind". What do these words mean ? It's a mystery, and that's why so is mankind.

#4798 - sgeos - Thu Apr 10, 2003 4:27 am

I'm also interested.

#4800 - BLade_X - Thu Apr 10, 2003 5:22 am

Here is a temporary webpage I created. http://www.ece.uic.edu/~msripada/tgl_home.htm. You must have hamlib for the demo to work. I have not yet gotten devkit to work to try this out.

Thanks,
BLade_X