React Native Augmented Reality (AR)

前端 未结 3 2030
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-30 09:10

I\'m investigating a couple of iOS/Android mobile apps for clients at the moment, that involve Augmented Reality:

  1. The ability to preview what a piece of their furn
3条回答
  •  醉话见心
    2021-01-30 09:49

    It looks like React AR is yet to materialise. But there are already apps that implement certain libraries on top of React.

    An example here.

    Some JS libraries for AR include JSAruco and JSARToolKit. JSAruco is based on OpenCV and JSARToolkit is a port of ARToolkit via the in-between ports NyARToolkit (Java) and FLARToolkit (Actionscript). Some examples.

    React VR is coming soon. Facebook announced alpha release of React VR, which is built on top of React Native, the tweet here.

    1. The github page of framework
    2. Sample projects and documentation of React VR here

    EDIT

    Ar.js is a new opensource js toolkit (based on three.js + jsartoolkit5) that looks very promising

    UPDATE

    Apple introduced ARKit with iOS 11 for iPhone and iPad, Here is a react native binding for the same. Find a curated list of awesome ARKit projects and resources here. 5 minutes example app

    Resources

    • react-native-live-translator - An augmented reality experiment in react native

    • arcore-android-sdk - Google ARCore SDK for Android

    • three.ar.js - A helper three.js library for building AR web experiences from Google

    • ARKit-Sampler - Code examples for ARKit.

    • React-AR - Augmented Reality with React (Work in progress)

    • Expo AR - IOS only

提交回复
热议问题