Login  Register

Re: JOGL Update: Jogl OS X Port is Nigh :)

Posted by Sven Gothel on Nov 12, 2011; 3:26pm
URL: https://forum.jogamp.org/JOGL-Update-Jogl-OS-X-Port-is-Nigh-tp3420105p3502541.html

On Friday, November 11, 2011 10:08:58 AM Sven Gothel wrote:

> On Wednesday, November 09, 2011 08:03:05 AM Sven Gothel wrote:
> >
> > OS X 'offscreen layer surface' works for
> >   - GLCanvas
> >     - TODO: resize
> done
>
> >
> >   - NewtCanvasAWT
> >     - TODO: resize
> done
>
> >     - TODO: currently only hacked with OffscreenWindow, minor issue though
> done
>
> Also made a thorough regression verification locally,
> all unit tests passed on linux so far.
>
> TODO:
>   - applet test - the actual goal :)
>   - merge back to master ..
>

http://jogamp.org/git/?p=jogl.git;a=commit;h=8a16d590fe2c739badbabe4906cbe9d60b20e2b9

Applet's on OS X are working:

  - OS X 10.6.4

    - Safari:

      - Hangs for a while at start .. whole screen freezes .. approx. 10s

      - Sometimes crashes when Applet stops - after all our resources are released!

      - Keyboard input isn't assigned sometimes.

      - Otherwise .. works well, incl. offscreen/onscreen parenting



    - Firefox 8.0:

      - Hangs for a while at start .. whole screen freezes .. approx. 10s

      - Sometimes crashes when Applet stops - after all our resources are released!

      - Keyboard input is never assigned.

      - Otherwise .. works well, incl. offscreen/onscreen parenting



  - OS X 10.7

    - Safari:

      - Sometimes crashes when Applet stops - after all our resources are released!

      - Keyboard input isn't assigned sometimes.

      - Otherwise .. works well, incl. offscreen/onscreen parenting



    - Firefox 8.0:

      - Sometimes crashes when Applet stops - after all our resources are released!

      - Keyboard input is never assigned.

      - Otherwise .. works well, incl. offscreen/onscreen parenting
> ~Sven
>