lasernite / AvatarKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AvatarKit

Build Status Documentation CocoaPods CocoaPods

AvatarKit is built in the form of framework, that uses the SceneKit. AvatarKit framework is built as an universal framework, that means you can use the same binary on both the simulator and device. AvatarKit is the core technology to generate the a 3D avatar from one single front face photo. The main features of AvatarKit include:

  • Create 3D avatar from one single front face photo
  • Render the 3D avatar in the iOS device
  • Avatar management
  • Assets (accessories management)

Adding AvatarKit to your project

Cocoapods

CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects, which automates and simplifies the process of using 3rd-party libraries in your projects. It is the recommended way to add AvatarKit to your project.

  1. Add a pod entry for AvatarKit to your Podfile pod 'AvatarKit'
  2. Install the pod(s) by running pod install, before maybe you need to run pod repo update.
  3. Include AvatarKit wherever you need it with import AvatarKit.

About


Languages

Language:Swift 59.7%Language:Objective-C 33.7%Language:Ruby 6.3%Language:Shell 0.4%