JOGL 2.0 with

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

JOGL 2.0 with

YuryF
Windows 10 pro 64 bit. I try to open the my old project that was based on awt (JFrame)+JOGL.

This is my jars:


And my imports:
import com.jogamp.common.nio.Buffers;
import com.jogamp.opengl.GLAutoDrawable;
import com.jogamp.opengl.GLCapabilities;
import com.jogamp.opengl.GLProfile;
import com.jogamp.opengl.awt.GLCanvas;
import com.jogamp.opengl.util.awt.TextRenderer;
import com.jogamp.opengl.util.texture.Texture;
import com.jogamp.opengl.util.texture.TextureIO;

With old JOGL it works but with last version JOGL 2.4 "com.jogamp.opengl.awt" is apsent. Only import com.jogamp.opengl.swt is present...

com.jogamp.opengl.GLAutoDrawable; // not available
com.jogamp.opengl.GLCapabilities; // not available
com.jogamp.opengl.GLProfile; // not available
com.jogamp.opengl.awt.GLCanvas; // not available

What I do wrong?
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 with

gouessej
Administrator
Hello

I've just checked in the latest release candidate of JOGL 2.4, com.jogamp.opengl.awt still exists and is in the fat JAR:
https://jogamp.org/deployment/v2.4.0-rc-20200307/fat/jogamp-fat.jar

jogl-all.jar is ok too:
https://jogamp.org/deployment/v2.4.0-rc-20200307/jar/jogl-all.jar
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 with

YuryF
Thank you. With only two this jars - everything is working fine. But what is "fat" in jogamp-fat.jar?

пн, 20 апр. 2020 г. в 17:53, gouessej [via jogamp] <[hidden email]>:
Hello

I've just checked in the latest release candidate of JOGL 2.4, com.jogamp.opengl.awt still exists and is in the fat JAR:
https://jogamp.org/deployment/v2.4.0-rc-20200307/fat/jogamp-fat.jar

jogl-all.jar is ok too:
https://jogamp.org/deployment/v2.4.0-rc-20200307/jar/jogl-all.jar
Julien Gouesse | Personal blog | Website



If you reply to this email, your message will be added to the discussion below:
http://forum.jogamp.org/JOGL-2-0-with-tp4040537p4040539.html
To unsubscribe from JOGL 2.0 with, click here.
NAML
Reply | Threaded
Open this post in threaded view
|

Re: JOGL 2.0 with

gouessej
Administrator
You're welcome. The JogAmp fat JAR contains both the Java libraries and the native libraries of JogAmp, i.e GlueGen, JOAL, JOCL and JOGL.
Julien Gouesse | Personal blog | Website