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

发布于 2024-10-17 03:56:49 字数 844 浏览 2 评论 0原文

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

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

上述页面使用SilverLight,并建议您使用IE

像一个好奇的人一样,我现在正在考虑实现它的可能方法。其中一部分看起来很简单:

  1. 解析文档
  2. 列出作者(V)和他们之间的距离(E)(即共同作者或共同作者)
  3. 遍历上图(广度优先)
  4. 显示前 5 名或6 个连接

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

欢迎任何或每一个想法。


enter image description here

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.

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

The above page uses SilverLight and will recommend you to use 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. Make a list a authors(V) and distance between them (E) (i.e. co-author or co-co-author)
  3. Traverse the above graph (Breadth First)
  4. Show the top 5 or 6 connections

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?

Any or every thoughts are welcome.


enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

过期情话 2024-10-24 03:56:49

一种选择是 Zest。它支持交互和动画。查看一些片段东西

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文