基于 Java 的增强现实框架?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11179868/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Java Based Augmented Reality Framework?
提问by Shiv Kumar Ganesh
I wanted to know the existing Augmented Reality Frameworks in Java. I would like to develop some interactive desktopapplications related to Augmented Reality. What are the required Frameworks?
我想知道 Java 中现有的增强现实框架。我想开发一些与增强现实相关的交互式桌面应用程序。需要哪些框架?
回答by Sascha
have a look at http://nyatla.jp/nyartoolkit/wp/it's a ARToolkit port mostley written in Java and I've used it for android and desktop applications. If you want to get realy fast started, try out processingand NyAR4psg.
看看http://nyatla.jp/nyartoolkit/wp/这是一个用 Java 编写的 ARToolkit 端口,我已经将它用于 android 和桌面应用程序。如果您想真正快速入门,请尝试处理和 NyAR4psg。
all other libraries I'm aware of are mostly written in c(++).
我知道的所有其他库都是用 c(++) 编写的。
here are some other c++ frameworks I'm aware of:
以下是我所知道的其他一些 C++ 框架: