Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Based Augmented Reality Framework?

I wanted to know the existing Augmented Reality Frameworks in Java. I would like to develop some interactive desktop applications related to Augmented Reality. What are the required Frameworks?

like image 962
Shiv Kumar Ganesh Avatar asked Jun 24 '12 17:06

Shiv Kumar Ganesh


People also ask

Can Java be used for augmented reality?

Augmented reality Java services can be successfully applied in any of these spheres and optimize the work process enormously. There are many devices supporting Augmented reality – helmets, glasses (Microsoft HoloLens, EPSON Glasses, Smart Glasses, Google Glass, etc.), handheld displays and even contact lenses.

Which programming language is best for augmented reality?

C# is a programming language used majorly in Unity. Unity is a highly extensible AR environment that is considered the top AR environments in the world today. Unity is known to develop most of its components in the C # programming language. This makes learning the C # language extremely important for AR enthusiasts.

Which platform is best for augmented reality?

Best Augmented Reality Development Platforms include: Google ARCore, Apple ARKit, Vuforia Engine, Spark AR Studio, Vuforia Studio, Hololink, EasyAR, Wikitude Augmented Reality SDK, Banuba Face AR SDK, and PaleBlue Augmented Reality Solutions.


1 Answers

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 processing and NyAR4psg.

all other libraries I'm aware of are mostly written in c(++).

here are some other c++ frameworks I’m aware of:

  • http://www.artoolworks.com/
  • http://www.icg.tugraz.at/project/studierstube
like image 82
Sascha Avatar answered Oct 08 '22 08:10

Sascha