Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » JOGL and SWT???
JOGL and SWT??? [message #433326] Wed, 07 April 2004 14:57 Go to next message
Michael Schneider is currently offline Michael SchneiderFriend
Messages: 3
Registered: July 2009
Junior Member
Hello All,

I have been a user of eclipse for a couple of years, and now
I am starting to evaluate it for a product platform.

One of the requirements that I have is multi-platform 3d
rendering.

JOGL seems to fit the bill, can I use JOGL with eclipse? If not
what is the "eclipse way" of using OGL ??

Thanks
Mike
Re: JOGL and SWT??? [message #433331 is a reply to message #433326] Wed, 07 April 2004 15:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.cloutier.araule.de

Michael Schneider wrote:

> Hello All,
>
> I have been a user of eclipse for a couple of years, and now
> I am starting to evaluate it for a product platform.
>
> One of the requirements that I have is multi-platform 3d
> rendering.
>
> JOGL seems to fit the bill, can I use JOGL with eclipse? If not
> what is the "eclipse way" of using OGL ??
>

are you looking for something like this?
http://eclipse-plugins.2y.net/eclipse/plugin_details.jsp?id= 562

greetings
daniel
Re: JOGL and SWT??? [message #433340 is a reply to message #433331] Wed, 07 April 2004 17:42 Go to previous messageGo to next message
Ivan Markov is currently offline Ivan MarkovFriend
Messages: 61
Registered: July 2009
Member
Isn't
http://eclipse-plugins.2y.net/eclipse/plugin_details.jsp?id= 562
OGL1.1 compliant only?

How about using only GLContext from the above + www.lwjgl.org (the latest
CVS) - for the OpenGL API calls. It should work
In theory.

"Daniel Cloutier" <daniel.cloutier@araule.de> wrote in message
news:c515av$79s$2@eclipse.org...
> Michael Schneider wrote:
>
> > Hello All,
> >
> > I have been a user of eclipse for a couple of years, and now
> > I am starting to evaluate it for a product platform.
> >
> > One of the requirements that I have is multi-platform 3d
> > rendering.
> >
> > JOGL seems to fit the bill, can I use JOGL with eclipse? If not
> > what is the "eclipse way" of using OGL ??
> >
>
> are you looking for something like this?
> http://eclipse-plugins.2y.net/eclipse/plugin_details.jsp?id= 562
>
> greetings
> daniel
Re: JOGL and SWT??? [message #433426 is a reply to message #433340] Thu, 08 April 2004 06:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: programdesign.telia.com

Isn't it possible to mix SWT with Swing/AWT? If this is the case wouldn't
it be possible to open a window with Java3D?
Re: JOGL and SWT??? [message #433828 is a reply to message #433326] Thu, 30 July 2009 19:01 Go to previous message
Wynne Crisman is currently offline Wynne CrismanFriend
Messages: 1
Registered: July 2009
Junior Member
I have used LWJGL and it works quite well with SWT, and there is no need for Swing or AWT to be involved. The two problems I had were flashing when resizing the window, and running a dual graphics card setup (you can't drag the window to the secondary monitor when dual carding which is a more common hardware setup that you might think given multi-GPU cards). I did not explore using buffers (pbuffers I believe) - where you render to a buffer then display.
Previous Topic:test
Next Topic:JEditorPane problem
Goto Forum:
  


Current Time: Thu Mar 28 13:17:26 GMT 2024

Powered by FUDForum. Page generated in 0.04043 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top