SceneView / sceneform-reactnative

Sceneform React Native AR Component using ARCore and Google Filament as 3D engine. This the Sceneform Maintained Component for React Native
MIT License
52 stars 10 forks source link

Discord Server

Join us on Discord if you need a hand or just want to talk about Sceneform and AR.

Features

react-native-sceneform

Location markers Augmented Faces Object placing Cloud anchors

Requirements

This package requires your app to target Android SDK 24 at least and react-native 0.66+

Also, this package does not handle permissions, be sure to request:

Installation

If you are going to use Cloud Anchors, be sure to add your API Key to the AndroidManifest or to sign your application in the Google Cloud Platform console (keyless auth)

Loading the library

import { SceneformView, AugmentedFacesView } from 'react-native-sceneform';

Components and Definitions

» SceneformView

» AugmentedFacesView

» Type Definitions

Examples

» Augmented Faces

To do

Credits

ARCore-Location