Login  Register

Re: Description of the generated jars

Posted by Sven Gothel on Feb 25, 2011; 11:03am
URL: https://forum.jogamp.org/Description-of-the-generated-jars-tp2022761p2574414.html

On Friday, February 25, 2011 11:50:21 sylvestre [via jogamp] wrote:

>
> Hello
>
> Thanks for your answer.
>
> For information, gluegen2 has been accepted into Debian. I am now packaging
> Jogl2.
>
> I have a question regarding the URL your sent.
>
> In the section "Platform (mandatory)", in the subsection:
> "JOGL [pick your platform]:"
>     * jogl.egl.jar
> => what is egl ?
> Does it replace jogl.os.x11.jar or should it be shipped with ?

so you have decided not to use *all* jar's .. well :)

    * jogl.egl.jar       EGL
    * jogl.os.x11.jar    GLX
    * jogl.os.win.jar    WGL
    * jogl.os.osx.jar    CGL

the platform GL bindings, where EGL is for the khronos abstract EGL one,
usually used on mobile for ES1 or ES2 or SVG ..

~Sven
>
> thanks