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”

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.

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