New LWJGL based project: Gef3D

Started by Jens v.P., July 16, 2008, 11:39:42

Previous topic - Next topic

Jens v.P.

Hi all,

I'm proud to announce the first public release of Gef3D:

Gef3D is an Eclipse GEF extension bringing 3D to diagram editing. That is with Gef3D you can create 3D diagrams, 2D diagrams and combine 3D with 2D diagrams. It is made public under the Eclipse Public License. Gef3D extends GEF by providing 3D enabled draw and controller classes. Instead of drawing 2D figures, you can now draw 3D figures. Existing GEF-based 2D editors can be embedded into 3D editors with minimal effort. This is achieved by projecting the output of the embedded editors onto 3D planes and bridging the gap between 2D and 3D content: 3D objects can transparently access 2D content and vice versa. Additionally, multi-diagram editors can be created by combining several single diagram editors. For example multiple 2D diagrams can be displayed and edited simultaneously on different planes and 3D elements can be used to display inter-model connections. Fully 3D graph based editors can be implemented with little or no knowledge of 3D programming since the framework is used exactly the same way as the original 2D framework. All 3D related problems are hidden from the programmer (more or less ;-) ). [description copied from http://gef3d.org]

GEF is a widely spread graphical editing framework, many diagram editors are based on GEF (e.g. IBM's UML editors, Gentleware's Appollo, and many more). For more information about GEF, see http://www.eclipse.org/gef.

As the version number 0.8 indicates, not everything is working at this time. A feature list as well as current limitations, screenshots (and screencasts) and other information can be found at Gef3D's website:

http://gef3d.org


Cheers!

Jens


Evil-Devil

Looks great. The screenshots remind me on JurassicPark where the girl surfed in the unix system :D

Will try out that plugin.