[ANN] jMEclipse

jMEclipse 1.0



An Eclipse plug-in for creating jME based games as Eclipse RCP applications.

Provides all classes for jME and LWJGL, and a plug-in template for creating a headless RCP application with generated starting point for a SimpleGame.

Homepage: http://code.google.com/p/jmeclipse/

Please report any problems you might encounter. I'll probably do StandardGame next.

Hi,



Is it just me, or is something missing in the repository?

Also, what are you using to integrate the jME canvas into the RCP/SWT application? I'm asking because there already are several efforts to achieve this (one from MonkeyWorld3D 4, another available as a separate .jar here: http://www.jmonkeyengine.com/jmeforum/index.php?topic=3569.0 )

Ok, wrote a short help on how to use the plug-in. (http://code.google.com/p/jmeclipse/)


Is it just me, or is something missing in the repository?


Shouldn't be, but if you find something let me know.

Also, what are you using to integrate the jME canvas into the RCP/SWT application? I'm asking because there already are several efforts to achieve this (one from MonkeyWorld3D 4, another available as a separate .jar here: http://www.jmonkeyengine.com/jmeforum/index.php?topic=3569.0 )


jMEclipse doesn't use SWT/JFace at all. It should be similar to to a normal java application but on top of the eclipse platform.
I'm aware that this system is not for everybody, but it is what I like to use. So I thought of putting it out for those few others who want something like this.

It's similar to our MW3D jME eclipse integration: http://monkeyworld3d.svn.sourceforge.net/viewvc/monkeyworld3d/trunk/jme-mw3d

Maybe we should join forces :wink:

Vardamir said:

It's similar to our MW3D jME eclipse integration: http://monkeyworld3d.svn.sourceforge.net/viewvc/monkeyworld3d/trunk/jme-mw3d
Maybe we should join forces ;)


Yeah, I took a look at MW3D to make sure I wasn't doing something you already hadn't done. ;) Although I might have do this anyway, just for learning more of Eclipse.

The template stuff is pretty simple, after you've gotten your head around the idea. I imagine that is easy for you. You can take a look at it under the com.jme.eclipse.ui project.