I'd like to use a Clutter stage as a widget in an SWT window. I'm aware that there are Java bindings for Clutter, but I'm not sure how to use them (for SWT or otherwise).
I suspect that this might be a bit difficult. If it's prohibitively difficult, then I would appreciate some possible alternatives. However, upon searching, the only alternative to Clutter I could find was Core Animation from Apple (which isn't for Java, obviously). So, the ideal solution would be to get Clutter to work for SWT.