Bennu Game Development

English Forums => General => Topic started by: Sandman on May 15, 2009, 11:11:29 AM

Title: Molapse: project using Bennu
Post by: Sandman on May 15, 2009, 11:11:29 AM
I'm doing a University project with 4 other people and we are using Bennu as the controller part of our MVC style code. It will be tasked with the handling of input and the controlling of what is seen on the screen.

Molapse is a 3D viewer of a multidimensional database. The goal is a learning purpose: the viewer will be used by professors in their lectures, aiding the explanation with graphical examples.

Link to the project: http://code.google.com/p/molapse/
Title: Re: Molapse: project using Bennu
Post by: darío on May 15, 2009, 11:50:38 AM
Definitely I'm not an expert on data bases, I didn't know about this MOLAP db, but now I've read a little about it on wikipedia and your project seems quite interesting (and also those cubes look really nice :)).

Good luck with it!
Title: Re: Molapse: project using Bennu
Post by: josebita on May 15, 2009, 12:52:54 PM
 :o

Look really nice, although I cannot really understand what that means.... :D
Title: Re: Molapse: project using Bennu
Post by: SplinterGU on May 15, 2009, 11:15:41 PM
cool! great work!
Title: Re: Molapse: project using Bennu
Post by: Windgate on November 08, 2009, 05:59:34 PM
Fucking lol

¿It is Bennu 3D or it is an own 3d motor?

It looks :-*

Downloading...

EDIT: OpenGL... I hate it but Karma++ looks really good :o
Title: Re: Molapse: project using Bennu
Post by: Sandman on November 08, 2009, 09:51:36 PM
Custom 3D engine made with shaders (GLSL). Why do you hate OpenGL?

Thanks. :)
Title: Re: Molapse: project using Bennu
Post by: Windgate on November 08, 2009, 10:49:27 PM
I made some programas with OpenGL at university... Worst results than Bennu and lots of lines and programming time and only basic models on screen... I don't know if it was a bad language, bad teaching..., but I hate OpenGL ???

PD: I used it with C++ glaux, glut and other librarys