Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I download JOGL?

Tags:

java

opengl

jogl

I'm looking to start using Java Open GL, but I can't find it.

like image 963
William Avatar asked Mar 05 '09 18:03

William


People also ask

How do I set up my JOGL?

Create a library and add it to your project Select "Libraries" on the left and click "Add Library...". Click the "Create" button, then type "JOGL" for the library name and click "OK". Click "Add JAR/Folder...", then navigate to the directory you extracted the JAR files, select them and click "Add JAR/Folder".

What is JogAmp EXE?

JogAmp is the home of high performance Java™ libraries for 3D Graphics, Multimedia and Processing. JOGL, JOCL and JOAL provide cross platform Java™ language bindings to the OpenGL®, OpenCL™, OpenAL and OpenMAX APIs.


2 Answers

Have you tried JOGL's website?

It looks like their most recent release can be found here, or you can grab a nightly build here.

like image 163
Dan Lew Avatar answered Nov 11 '22 13:11

Dan Lew


To get the latest stable version of the new JOGL 2.0 beta, go to http://jogamp.org/deployment/webstart/. The nightly builds are at http://jogamp.org/deployment/autobuilds/master/. The most recent auto build (as of this writing) is at http://jogamp.org/deployment/autobuilds/master/jogl-b242-2010-11-28_23-03-07/. You can see a description of their versioning at http://jogamp.org/wiki/index.php/Jogamp_Versioning_and_Releases.

To get the old JOGL 1.1.1a (the last build before JOGL moved), go to http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1a/.

like image 25
Wade Walker Avatar answered Nov 11 '22 13:11

Wade Walker