3D Support On Bennu Gd


pierre

Still Fresh
Joined
Sep 7, 2010
Messages
17
The BennuGD language seems easy to develop on and to deploy.
For me, it just lacks a 3D engine on the caanoo.

That would be great.
Nobody interested in writing an OpenGL ES module for BennuGD on the caanoo?
 
pierre said:
The BennuGD language seems easy to develop on and to deploy.
For me, it just lacks a 3D engine on the caanoo.

That would be great.
Nobody interested in writing an OpenGL ES module for BennuGD on the caanoo?

I'm not good enough with C++ to implement an OpenGL module, and I didn't like the SDK for the Caanoo provided, which is why I moved over to BennuGD. So far, I kind of like it - it's more capable than I thought it was. While an OpenGL module doesn't exist, you could make your own 3D engine - take a look at this:
Exploring 3D in Flash

It's in Flash, so while you can't use the code, you could use the concepts and mathematics employed, and using BennuGD's drawing functions, you can draw 3D objects in space. You could probably even use BennuGD's file functions to import 3D models and then draw them!

P.S. While this is all well and good, I too would like a Caanoo 3D library for use.
 
Last edited by a moderator:
Back
Top