{"id":27399893,"url":"https://github.com/tattn/vtuberkit","last_synced_at":"2025-04-14T03:24:35.449Z","repository":{"id":54645195,"uuid":"170116420","full_name":"tattn/VTuberKit","owner":"tattn","description":"Avatar support library like an AvatarKit (Animoji)","archived":false,"fork":false,"pushed_at":"2023-09-10T06:33:28.000Z","size":21564,"stargazers_count":147,"open_issues_count":0,"forks_count":19,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-19T19:02:41.721Z","etag":null,"topics":["animoji","gltf","ios","vrm","vtuber"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"tattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-02-11T11:19:24.000Z","updated_at":"2025-03-17T03:13:43.000Z","dependencies_parsed_at":"2022-08-13T22:40:26.225Z","dependency_job_id":null,"html_url":"https://github.com/tattn/VTuberKit","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tattn%2FVTuberKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tattn%2FVTuberKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tattn%2FVTuberKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tattn%2FVTuberKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tattn","download_url":"https://codeload.github.com/tattn/VTuberKit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248814443,"owners_count":21165768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animoji","gltf","ios","vrm","vtuber"],"created_at":"2025-04-14T03:24:34.826Z","updated_at":"2025-04-14T03:24:35.443Z","avatar_url":"https://github.com/tattn.png","language":"Swift","funding_links":["https://github.com/sponsors/tattn","https://paypal.me/tattn/"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eVTuberKit\u003c/h1\u003e\n\n\u003ch5 align=\"center\"\u003eAvatar support library\u003c/h5\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://app.bitrise.io/app/efaa4b22f111455d\"\u003e\n    \u003cimg src=\"https://github.com/tattn/VRMKit/actions/workflows/ci.yml/badge.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"./LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-green.svg?style=flat-square\" alt=\"license:MIT\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003cimg src=\"https://github.com/tattn/VTuberKit/raw/main/.github/demo.gif\" width=\"400px\" alt=\"demo\" /\u003e\n\n## Features\n\n- [x] Show VRM avatar\n- [x] Facial morphing (blend shape)\n- [x] Bone animation (skin / joint)\n- [x] Face tracking\n\nVTuber is a trending avatar style in Japan :wink:\n\nFor \"VRM\", please refer to [this page](https://dwango.github.io/en/vrm/).\n\n# Requirements\n\n- Swift 5.7+\n- iOS 15.0+\n\n# Installation\n\n## Swift Package Manager\n\nYou can install this package with Swift Package Manager.\n\n## Carthage \u0026 CocoaPods (Deprecated)\n\nIf you want to use these package managers, please use https://github.com/tattn/VTuberKit/releases/tag/0.1.4\n\n# Dependencies\n\nVTuberKit is depended on [tattn/VRMKit](https://github.com/tattn/VRMKit). Please also see it.\n\n# Usage\n\n## Show avatar\n\n```swift\nimport VTuberKit\n\n@IBOutlet weak var avatarView: AvatarView!\n\n\ntry avatarView.loadModel(withName: \"model.vrm\")\n```\n\n\n## Face tracking\n\n```swift\navatarView.startFaceTracking()\navatarView.stopFaceTracking()\n```\n\n### More details\n- Facial morphing and bone animation\n  - [tattn/VRMKit](https://github.com/tattn/VRMKit)\n- [Example](https://github.com/tattn/VTuberKit/blob/main/Example/ViewController.swift)\n\n\n# ToDo\n- [ ] Improve face tracking\n- [ ] Face tracking for All iOS devices without TrueDepth API\n- [ ] Add pose presets\n- [ ] Add many utility functions\n\n# Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Support this project\n\nDonating to help me continue working on this project.\n\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/tattn/)\n\n# License\n\nVTuberKit is released under the MIT license. See LICENSE for details.\n\n# Author\nTatsuya Tanaka\n\n\u003ca href=\"https://twitter.com/tanakasan2525\" target=\"_blank\"\u003e\u003cimg alt=\"Twitter\" src=\"https://img.shields.io/twitter/follow/tanakasan2525.svg?style=social\u0026label=Follow\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/tattn\" target=\"_blank\"\u003e\u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/followers/tattn.svg?style=social\"\u003e\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftattn%2Fvtuberkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftattn%2Fvtuberkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftattn%2Fvtuberkit/lists"}