Login  Register

JOGL 2.0 with

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

JOGL 2.0 with

YuryF
2 posts
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
| More
Print post
Permalink

Re: JOGL 2.0 with

gouessej
Administrator
6038 posts
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
| More
Print post
Permalink

Re: JOGL 2.0 with

YuryF
2 posts
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
| More
Print post
Permalink

Re: JOGL 2.0 with

gouessej
Administrator
6038 posts
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