Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef3d-dev] Initial code contribution committed into SVN

Hello,

after getting the preliminary approval (see http://dev.eclipse.org/ipzilla/show_bug.cgi?id=2806 ), according to the parallel IP process (http://wiki.eclipse.org/Development_Resources/HOWTO/Parallel_IP_Process) I've just committed the initial GEF3D contribution into the SVN. 


Unfortunately
is not working yet, maybe I've got something wrong. Chris has already created a bug report regarding this issue, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=260895

In order to test GEF3D, you'll need the following projects (please add org.eclipse to the name):
- draw3d
- draw3d.geometry
- gef3d
- gef3d.ext
- gef3d.gmf
- gef3d.examples.graph

Optionally you can check out the test and documentation projects, however there are currently not much tests and documentation available (but you can use the ant script in doc in order to generate the JavaDoc).

Additionally, you will need a rendering module. Currently, only LWJGL is supported:
- lwjgl
The module only contains an LWJGL specific Graphics3D implementation, additionally you will need the LWJGL libraries. These are available via the LWJGL update site at
An description can be found at

The GEF3D example is running, but there is a known bug as described here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=261001
We are working on that already...

Cheers,

Jens

Back to the top