zjmsky / Xamarin.Forms.AR

Arcore and arkit for xamarin forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Arcore and arkit for xamarin forms

License:MIT License


Languages

Language:C# 77.2%Language:GLSL 22.8%