使用java图形API(2D/3D/OpenGL/等)的交互式图形?
最近在搜索“技术文章”时,我偶然发现了此 Microsoft 页面:http://academic.research.microsoft。 com/。我找到了我正在寻找的论文,但对其 VisualExplorer 功能感到惊讶。
看看这个页面:http://academic.research.microsoft.com/VisualExplorer#2037349 。
上述页面使用SilverLight
,并建议您使用IE。
像一个好奇的人一样,我现在正在考虑实现它的可能方法。其中一部分看起来很简单:
- 解析文档
- 列出作者(V)和他们之间的距离(E)(即共同作者或共同作者)
- 遍历上图(广度优先)
- 显示前 5 名或6 个连接
我知道(或者更确切地说感觉)这可以在 Flash、javascript 或 silverlight 中轻松完成。但是有没有办法使用 Java 2D/3D 或 OpenGL 绑定来做到这一点?
欢迎任何或每一个想法。
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:
- Parse the documents
- Make a list a authors(V) and distance between them (E) (i.e. co-author or co-co-author)
- Traverse the above graph (Breadth First)
- 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一种选择是 Zest。它支持交互和动画。查看一些片段和东西。
One option would be Zest. It supports interaction and animations. Check out some snippets and stuff.