Swiftpack.co - tattn/VTuberKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by tattn.
tattn/VTuberKit 0.3.0
Avatar support library like an AvatarKit (Animoji)
⭐️ 136
🕓 32 weeks ago
iOS
.package(url: "https://github.com/tattn/VTuberKit.git", from: "0.3.0")

VTuberKit

Avatar support library

demo

Features

  • ☑ Show VRM avatar
  • ☑ Facial morphing (blend shape)
  • ☑ Bone animation (skin / joint)
  • ☑ Face tracking

VTuber is a trending avatar style in Japan :wink:

For "VRM", please refer to this page.

Requirements

  • Swift 5.7+
  • iOS 15.0+

Installation

Swift Package Manager

You can install this package with Swift Package Manager.

Carthage & CocoaPods (Deprecated)

If you want to use these package managers, please use https://github.com/tattn/VTuberKit/releases/tag/0.1.4

Dependencies

VTuberKit is depended on tattn/VRMKit. Please also see it.

Usage

Show avatar

import VTuberKit

@IBOutlet weak var avatarView: AvatarView!


try avatarView.loadModel(withName: "model.vrm")

Face tracking

avatarView.startFaceTracking()
avatarView.stopFaceTracking()

More details

ToDo

  • ☐ Improve face tracking
  • ☐ Face tracking for All iOS devices without TrueDepth API
  • ☐ Add pose presets
  • ☐ Add many utility functions

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Support this project

Donating to help me continue working on this project.

Donate

License

VTuberKit is released under the MIT license. See LICENSE for details.

Author

Tatsuya Tanaka

Twitter GitHub

GitHub

link
Stars: 136
Last commit: 32 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

SPM only
32 weeks ago
  • Support SPM only & Upgrade VRMKit to 0.5 #5 @tattn

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics