Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] [ANN] OpenGL experimental plug-in


(this is a copy of the newsgroup posting)

We've posted an experimental swt plug-in that facilitates drawing through OpenGL.  The plugin consists of a library that provides bindings for all native OpenGL functions, and the classes that facilitate the use of these bindings for drawing on an SWT Canvas. Note that this plug-in is purely experimental in nature and is not intended to be part of the standard SWT distribution.  Bindings currently only exist for win32 and motif, though there are plans to address the other window systems as well.

The direct link is: http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/opengl/opengl.html
(It's linked off of the SWT Component Development Resources page: http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/dev.html ).

The SWT team

Back to the top