Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonbs/SBSAnimoji
🐵 Animoji app using Apples AvatarKit
https://github.com/simonbs/SBSAnimoji
animoji apple augmented-reality emoji ios iphone iphone-x private-api
Last synced: 3 months ago
JSON representation
🐵 Animoji app using Apples AvatarKit
- Host: GitHub
- URL: https://github.com/simonbs/SBSAnimoji
- Owner: simonbs
- Created: 2017-11-06T21:14:34.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T14:01:08.000Z (over 2 years ago)
- Last Synced: 2024-07-18T17:55:18.647Z (4 months ago)
- Topics: animoji, apple, augmented-reality, emoji, ios, iphone, iphone-x, private-api
- Language: Objective-C
- Size: 8.51 MB
- Stars: 1,001
- Watchers: 61
- Forks: 103
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- fucking-open-source-ios-apps - SBSAnimoji
README
# SBSAnimoji
Fooling around with Apples private framework AvatarKit, the framework used in Messages.app for recording Animoji videos. If you are looking to create your own Animoji, take a look at [SBSCustomAnimoji](https://github.com/simonbs/SBSCustomAnimoji).
Mentions in the news:
- [9to5mac](https://9to5mac.com/2017/11/06/standalone-animoji-app-ios/)
- [The Verge](https://www.theverge.com/2017/11/7/16617018/sbsanimoji-app-animoji-developer)
- [Cult of Mac](https://www.cultofmac.com/512661/animoji-hack/)
- [Lifehacker](https://lifehacker.com/make-your-animoji-videos-twice-as-long-with-this-unoffi-1820256820)
- [MacStories](https://www.macstories.net/linked/animoji-and-avatarkit/)
- [PhoneArena](https://www.phonearena.com/news/iOS-developer-creates-stand-alone-Animoji-app-with-longer-recording-time_id99588)![Screenshot](screenshot.png)
### What you get
- Record Animoji videos of up to 60 seconds. Previously 20 seconds. Thanks, [Khaos Tian](https://github.com/KhaosT)!
- Share your Animoji videos with the native share sheet.
- Export videos to your photo library from the native share sheet.
- An example of how to use Apples AvatarKit.### What you don't get
- Error handling. Should you encounter an error, try restarting the app.
- Support for the simulator. Run the app on your phone instead.# Notice
This project relies heavily on Apples private API and you should therefore not try to submit this code to App Store.