blob: 5ada8efe5b690f937d4dee9e1c82a69ac2266e18 [file] [log] [blame]
<article link="opengl.html">
<title>Using OpenGL with SWT</title>
<date>April 15, 2005</date>
<category>SWT</category>
<category>User interface</category>
<author>
<name>Bo Majewski</name>
<company>Cisco Systems, Inc.</company>
</author>
<description>
OpenGL is a vendor-neutral, multi-platform standard for creating
high-performance 2D and 3D graphics. Hardware and software
implementations exist on various operating systems, including Windows,
Linux and MacOS. OpenGL may be used to render simple 2D charts or
complex 3D games. This article describes an experimental Eclipse plug-in
that facilitates the use of OpenGL for drawing onto SWT widgets. A short
history and overview of OpenGL is presented, followed by an example
application.
</description>
</article>