Hi all,
I’m looking for an implementation of a Java scenegraph which is working with Eclipse SWT instead of Swing, that is using an org.eclipse.swt.widgets.Composite instead of a java.awt.Canvas (or s.th. similar) and SWT events instead of AWT events. I’m currently using Java3D and the SWT_AWT bridge, but unfortunately this isn’t working with Mac OS X.
I’ve found a thread here some time ago (http://www.java-gaming.org/forums/index.php?topic=3423.msg31689) discussing that topic and I’m wondering if a solution exists by now. If it doesn’t, do you know another scenegraph implementation working with SWT?
Jens