[java] opengl & java

Started by
3 comments, last by cody 21 years, 11 months ago
is opengl available in java? or do i need extra libraries for opengl and are they available on all platforms? cody
Advertisement
google -> "openGL and Java"

many links

i would be suspekt of the cross platformness of those APIs though. they all seem to take advantage of JNI to make their implementations work.

-me

[edited by - Palidine on May 2, 2002 3:08:09 PM]
Go to the sun page and look at "Java3D" =)
Java3D is a higher level API. Check out GL4Java instead if you want basic OpenGL bindings.
thanks, i will try gl4java.
i know about java3d but this is not what i want.

This topic is closed to new replies.

Advertisement