View Full Version : Java
I would like to know if we can use Java with OpenGL?
try this https://jogl.dev.java.net/
or try google for "Java and OpenGL"
Kilam Malik
08-11-2004, 01:02 AM
GL4Java is another possibility:
http://www.jausoft.com/gl4java.html
You could also have a look at Java3D. It is an own API, but its more widespread than the others. At least after it is OpenSource now:
https://java3d.dev.java.net/
Kilam.
mikael_aronsson
08-12-2004, 05:55 AM
Hi !
JOGL is the "official" java interface to OpenGL, even though there are alternatives like gl4java also.
jGL is pure java implementation of OpenGL.
Mikael
Don't forget LWJGL (http://www.lwjgl.org)
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.