Skip to content

Learn how to build try-on makeup app with Kotlin, ARCore and shaders

License

Notifications You must be signed in to change notification settings

droid-girl/ar_makeup_codelab

Repository files navigation

ARCore Try-on Makeup with Shaders

Simple usage:

<fragment android:name="blog.creativetech.arfaces.arface.AugmentedFaceFragment"
       android:id="@+id/face_view"
       android:layout_width="match_parent"
       android:layout_height="match_parent"
       android:layout_gravity="top" />

Use AugmentedFaceFragment in your main_activity layout

Implement interface in MainActivity

class MainActivity : AppCompatActivity(), AugmentedFaceListener {
   override fun onFaceAdded(face: AugmentedFaceNode) {}

   override fun onFaceUpdate(face: AugmentedFaceNode) {}
}

Check out the codelab -> https://arcore.how/posts/arcore-try-on-makeup/lab/#0

About

Learn how to build try-on makeup app with Kotlin, ARCore and shaders

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published