Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android/ARCore integration #14

Open
DavoCg opened this issue Aug 29, 2017 · 10 comments
Open

Android/ARCore integration #14

DavoCg opened this issue Aug 29, 2017 · 10 comments

Comments

@DavoCg
Copy link

DavoCg commented Aug 29, 2017

Hello,

I know that the main purpose on this module is to provide a binding for Apple ARKit but today Google released ARCore and I'm wondering if this module will support it for Android devices (and maybe being renamed) ?

Thanks for your amazing work !

@macrozone
Copy link
Collaborator

The api looks pretty similar to arkit: https://developers.google.com/ar/reference/java

plane detection and plane-hitdetection should be possible.

Does someone have experience with 3d content on android and could implement the basic primitives (sphere, cube, model, etc.) on android? I have no experience on that unfortunatly

@mubaris
Copy link

mubaris commented Jan 7, 2018

Will this happen?

@pritasam
Copy link

pritasam commented Feb 9, 2018

Hey for the time I created a library as per my requirement...and looking forward for improvement

https://github.com/pritasam/react-native-arcore

@macrozone
Copy link
Collaborator

macrozone commented Feb 9, 2018 via email

@pritasam
Copy link

pritasam commented Feb 9, 2018

Yeah sure....I will try to integrate this in the library with improvements with basic primitives like (sphere, cube, model, etc.)

@macrozone
Copy link
Collaborator

macrozone commented Feb 9, 2018 via email

@pritasam
Copy link

pritasam commented Feb 9, 2018

Thats a good idea 👍

@macrozone macrozone changed the title ARCore integration Android/ARCore integration Feb 19, 2018
@macrozone
Copy link
Collaborator

I created a board: https://github.com/HippoAR/react-native-arkit/projects/1

@pritasam I think we need to start with having the (empty) ArView component on android. After that i would start with some 3d objects like <ARModel />' and `

and the most basic apis like the plane detection.

I expect to see some api differences and we should try to harmonize if possible (It's ok if we have some breaking changes for ios)

@Jackyaung
Copy link

Hi does the react-native-arkit also work on Android devices?

After I integrated this framework, it works on iphone but when I try to run on Android device, it report a error, does it means this framework doesn't support android devices ?

@Stophface
Copy link

@Jackyaung Nope. ARKit is iOS only. Android's AR Software is called ARCore. ARCore is not implemented in this library yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants