Java and 3d: what libraries and sample programs?

I heard Java is strong for the network, multithreading, a bunch of libraries for it.

  1. And how is it for writing browser-based 3D applications?
  2. How much does it support OpenGL and DirectX?
  3. Are there any browser-based 3d games or Java programs?
 1
Author: Nicolas Chabanovsky, 2011-07-10

2 answers

  1. Applicable.
  2. I won't say For direct, but for OpenGL there is LWJGL
  3. Minecraft. Quite a successful project.

You can also look at the wrapper for the fairly popular OGRE graphics engine.

 3
Author: Nofate, 2011-07-10 19:20:25

There is also a great metalanguage written in Java-Processing. website - processing.org. The most excellent thing!! It works on OpenGL, but you can also connect DirectX

 0
Author: Дима Дубровин, 2011-07-11 17:02:35