Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] SWT and OpenGL

Hi,

I am an SWT new-b so apologies if this is redundant.  I looked through the
SWT FAQ, the eclipse.tools archive, and this list's archives and couldn't
find any discussion on combining SWT and OpenGL.  I did see a mention of
OpenGL on one of the SWT developer pages under "2.1 Developer Effort -
Milestone 2 (October 18, 2002)" but couldn't find any further discussion.

So I'm wondering if someone has thought of a cross-platform way to combine
SWT with OpenGL.  I might be able to make a quick hack that works
specifically on Windows but I'd like to have cross-platform if possible.
I've looked at Gl4Java (www.jausoft.com/gl4java.html) but the primary canvas
is currently provided as an AWT component.  I haven't looked at how much
work it would be to modify this to use an SWT component.

Is there an existing solution for OpenGL and SWT?  Alternately, does someone
have one in the works?

Thanks,
Lance

(Note: I did consider posting to eclipse.tools but decided this is
potentially more of a general SWT implementation issue)



Back to the top