使用java图形API(2D / 3D / OpenGL /等)的交互式图形?

时间:2023-02-04 15:52:50

Recently searching for a 'technical article' I stumbled upon this Microsoft page: http://academic.research.microsoft.com/. I found the paper I was looking for but was amazed by its VisualExplorer feature.

最近在搜索“技术文章”时,我偶然发现了这个微软页面:http://academic.research.microsoft.com/。我找到了我正在寻找的论文,但对VisualExplorer功能感到惊讶。

Have a look at this page: http://academic.research.microsoft.com/VisualExplorer#2037349.

看看这个页面:http://academic.research.microsoft.com/VisualExplorer#2037349。

The above page uses SilverLight and will recommend you to use IE.

上面的页面使用SilverLight,并建议您使用IE浏览器。

Like a curious human being I am now thinking of possible ways to implement it. A part of it seems easy:

就像一个好奇的人类,我现在正在考虑实施它的可能方法。它的一部分似乎很容易:

  1. Parse the documents
  2. 解析文件

  3. Make a list a authors(V) and distance between them (E) (i.e. co-author or co-co-author)
  4. 列出作者(V)和他们之间的距离(E)(即共同作者或共同作者)

  5. Traverse the above graph (Breadth First)
  6. 遍历上图(广度优先)

  7. Show the top 5 or 6 connections
  8. 显示前5或6个连接

I know (or rather feel) this could be easily done in Flash, javascript or silverlight. But is there a way to do this using Java 2D/3D or OpenGL bindings?

我知道(或者更确切地说)这可以在Flash,javascript或silverlight中轻松完成。但有没有办法使用Java 2D / 3D或OpenGL绑定?

Any or every thoughts are welcome.

欢迎任何或每一个想法。


使用java图形API(2D / 3D / OpenGL /等)的交互式图形?

1 个解决方案

#1


0  

One option would be Zest. It supports interaction and animations. Check out some snippets and stuff.

一个选择是Zest。它支持交互和动画。查看一些片段和内容。

#1


0  

One option would be Zest. It supports interaction and animations. Check out some snippets and stuff.

一个选择是Zest。它支持交互和动画。查看一些片段和内容。