Login  Register

Re: New Eclipse project files created and submitted

Posted by Carlo Salinari on Mar 08, 2011; 9:20pm
URL: https://forum.jogamp.org/New-Eclipse-project-files-created-and-submitted-tp2236708p2652661.html

On 3/8/2011 9:30 PM, Wade Walker [via jogamp] wrote:

> Hi Carlo! Nice to see you here  I'm glad that article worked for you --
> just let me know if any parts were unclear.
>
> You might be interested in the discussion at
> http://forum.jogamp.org/Re-Native-SWT-Binding-Test-td2600231.html
> <http://forum.jogamp.org/Re-Native-SWT-Binding-Test-td2600231.html?by-user=t>.
> This is the rough beginning of an SWT GLCanvas that's part of JOGL 2,
> which would allow us to get multisampling on Windows without having to
> get SWT to accept the patch that you and I have been working on.
>
>
> ------------------------------------------------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://forum.jogamp.org/New-Eclipse-project-files-created-and-submitted-tp2236708p2652464.html
>
> To start a new topic under jogl, email
> [hidden email]
> To unsubscribe from jogl, click here
> <
>

It was all very clear. Some things I noted during the process:
- I don't see how to reach Building_JOGL_on_the_command_line and
Building_JOGL_in_Eclipse from the main wiki page. Maybe
http://jogamp.org/jogl/doc/HowToBuild.html should be updated to point to
them?
- Building_JOGL_on_the_command_line implicitly assumes that one is using
a 32bit VM and 32bit MinGW (I had a 64bit jvm)
- in "Building_JOGL_in_Eclipse/Create an SWT user library" you may want
to add the steps to link swt's javadocs (they are in
eclipse/plugins/org.eclipse.platform.doc.isv_3.6.2.r362_v20110111.jar,
path within archive reference/api)

As to the SWT GLCanvas, that's extremely good news. I did investigate a
little further org.eclipse.swt, but the fix would be far from trivial
(implementing all the code for managing arb-extensions on multiple
platforms) and would duplicate funcionality already present (and
debugged) in jogl (or lwjgl).

Is there a bugzilla issue I can track to follow SWT-GLCanvas related
developments? Should I open one? ;-)