Samsung / GearVRf

The GearVR framework(GearVRf) is an Open Source VR rendering library for application development on VR-supported Android devices.
http://www.gearvrf.org
Apache License 2.0
407 stars 217 forks source link

Feature mixedreality #1907

Closed dsazulay closed 6 years ago

dsazulay commented 6 years ago

Add Mixed Reality API to facilitate the development of AR programs.

This API expose to users the following functionalities:

In this first version the AR functionalities are being provided by ARCore only. The ideia is to add support to other AR frameworks like Vuforia in the future.

Demo of the API usage: https://github.com/gearvrf/GearVRf-Demos/pull/619

GearVRf-DCO-1.0-Signed-off-by: Diego Azulay diego.a@samsung.com

thomasflynn commented 6 years ago

did an initial skim through this and the associated demo. looks good so far.

thomasflynn commented 6 years ago

ok, did another pass. there's quite a few public classes, interfaces, and methods without javadoc. please correct that.

liaxim commented 6 years ago

Looks good. Planning to merge on Wednesday.