Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Augmented Reality (AR) For React Native Project [closed]

I've been searching the web for the right cross-platform (IOS & Android) AR framework to use with React Native but couldn't find any good up-to-date information on this, all I could find is old posts or backdated StackOverflow questions which are essentially worthless as this is such an evolving technology.

I'm working on a React Native mobile app in which a user should be able to take a picture of any object, and when someone scans that object it should be matched and verified with the previously saved object.

Can anyone share their experience with such projects using React Native or someplace I could find relevant up-to-date information?

like image 906
martin schwartz Avatar asked Oct 16 '22 07:10

martin schwartz


1 Answers

Apparently according to this post , https://viromedia.com/viroreact is the kind of tool you are looking for. [didn't see the link in the comments, but this was mentioned before my post]

There's also https://facebook.github.io/react-360/, but last time I checked it was not yet very advanced.

The only experiences I had actually with mobile development of AR was with Unity3D which I don't know if you also considered to use or not, since it can produce mobile apps both for iOS and Android, and has amazing support for VR/AR apps.

like image 117
Telmo Dias Avatar answered Oct 19 '22 02:10

Telmo Dias