Java 3D plot library? [closed]

2019-01-13 06:04发布

Ok so I'm doing a project on visualization of some financial stuff in java, the main objective is to take some input from the stock market, run it through a few equations and then plot the result as a 3D plot. I have almost everything done BUT the visualization (which is the most important I guess).

At first I was thinking about using java3d, but I'm running short on time and I don't really have the time to learn it. Is there any really simple library for visualizing 3D stuff in java (I need stuff like zooming, rotating etc.).

I found jmathtools (which looked perfect) but for some reason it doest want to compile.

标签: java 3d
7条回答
不美不萌又怎样
2楼-- · 2019-01-13 06:54

Just found casmi, may be helpful.

查看更多
登录 后发表回答