/Xamarin.Forms.AR

Arcore and arkit for xamarin forms

Primary LanguageC#MIT LicenseMIT

Xamarin.Forms.AR

ARCore and ARkit for xamarin forms

Getting started

Augmented Faces

<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             x:Class="Xamarin.Forms.Ar.Sample.MainPage">
    <StackLayout>
        <ARFaceView/>
    </StackLayout>

</ContentPage>

ARFaceView

Progress

  • ARCore face tracking integration
  • ARKit face tracking integration
  • Embedded resources for facetracking (.obj models, textures and shaders)
  • ARCore 3D object track integration
  • ARKit 3D object track integration
  • Embedded resources for object tracking (.obj models, textures and shaders)
  • Integration for .3ds and .fbx objects

Want more features? open a issue!