JME in SWT context... what's best way?

while searching for a way how to limit cpu usage used by a jme panel in a swing context, I came across implementations, which used jme in a swt context.

unfortunately, I spent the whole day getting one of these implementations to work… I just found rare results in google.

Is there any recommended implementation? I really need to find a way how to limit cpu usage or at least the framerate of the render window in a swing context.

I do this in SWT using jme2's swt implementation and the dirty flags.

We've done some implementation for Eclipse: http://code.google.com/p/monklypse/

Although i don't know if this adresses your problem at all.

thanks guys…

using JME2 was the missing hint… thanks a lot - now I even don't have to bother using SWT at all…

http://www.jmonkeyengine.com/jmeforum/index.php?topic=9367.0