LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Jens v.P. on November 18, 2008, 13:39:28

Title: Eclipse Plug-In Contribution
Post by: Jens v.P. on November 18, 2008, 13:39:28
Hi all,

maybe some of you know of or are already using the LWJGL-plugin I created for Eclipse. I have mainly developed that plugin for my GEF3D project. GEF3D has now become an Eclipse project (http://www.eclipse.org/gef3d (http://www.eclipse.org/gef3d)). So I'm going to move all GEF3D related stuff from my personal homepage at the university where I'm working (http://www.fernuni-hagen.de/se/personen/pilgrim/gef3d/index.html) to Eclipse. Unfortunately, LWJGL cannot be added as a 3rd party library to Eclipse due to legal issues.

So I would like to contribute my LWJGL-plugin stuff to the LWJGL project directly, making it easier for users to access LWJGL from within Eclipse. The current version only wraps the existing LWJGL files and makes it easy to use LWJGL from other Eclipse plugins:

There are some things missing if you want to develop non-Eclipse applications, such as

I could attach the source code of the current plugins and the build script to this thread (if this is a way of contributing to LWJGL). I'm posting this message in order to get some feedback if you would like to have such a plugin, and if there are maybe people who'd like to contribute to this plugin, too (e.g. by writing missing features).

Actually there is not one plugin, but severals. Here is a technical list explaining the existing plugins:


Cheers,

Jens