Multidimensional Graphics Libraries for Java

I worked on projects that deal with two-dimensional graphic design, UML diagrams and relational graphical interfaces (node-link diagrams). I am interested in moving on to projects that are more concerned with 3D graphics of scatter plots and 3D navigation. Can someone suggest some books or libraries to help me get started?

EDIT: I do not think I was very clear in my question. The focus of my work is information and scientific visualization, so I need something that is not only useful for drawing, but also for visualizing data.

+3
source share
6 answers

JOGL (Java Open GL) is the standard 3d library for java. OpenGL " Red Book " is the standard open GL programming book.

I do not know if there are good packages for creating 3D graphics out of the box.

+2
source

How about using one of the Java interfaces for GNUplot?

Another possibility would be to use the Java / R interface and let R do the hard work in your Java application.

The last parameter is JMathPlot .

+2
source

JFreeChart - Java.

0

3D- processing? ?

0

MathGL - GPL ( 2- 3- ), Java ( SWIG). , Java: (

0

Java/2D- , DataDisplay. , , .

https://sourceforge.net/p/msu-doe-dd/

0

Source: https://habr.com/ru/post/1724665/


All Articles