Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Animoji を作ってみた
Search
Megabits_mzq
December 20, 2022
Programming
0
180
Animoji を作ってみた
Megabits_mzq
December 20, 2022
Tweet
Share
More Decks by Megabits_mzq
See All by Megabits_mzq
SwiftUI と Shader を活用した楽しいオンボーディング起動画面の作成
megabitsenmzq
0
68
Liquid Glass, どこが変わったのか
megabitsenmzq
0
100
iPhone 16 Camera Control
megabitsenmzq
0
110
240fps で画像処理したい
megabitsenmzq
0
200
Swift 開発が楽になる道具たち
megabitsenmzq
1
690
MainMenu.xib を翻訳してみた
megabitsenmzq
0
270
WKWebView とめんどくさいお友達
megabitsenmzq
1
730
先週解決した SwiftUI 問題
megabitsenmzq
0
120
SwiftUI 豆知識 - よちよち Swift
megabitsenmzq
1
390
Other Decks in Programming
See All in Programming
Honoを技術選定したAI要件定義プラットフォームAcsimでの意思決定
codenote
0
110
Module Proxyのマニアックな話 / Niche Topics in Module Proxy
kuro_kurorrr
0
2.6k
「10分以内に機能を消せる状態」 の実現のためにやっていること
togishima
1
260
Vueで学ぶデータ構造入門 リンクリストとキューでリアクティビティを捉える / Vue Data Structures: Linked Lists and Queues for Reactivity
konkarin
1
150
Eloquentを使ってどこまでコードの治安を保てるのか?を新人が考察してみた
itokoh0405
0
3.1k
AIエージェントでのJava開発がはかどるMCPをAIを使って開発してみた / java mcp for jjug
kishida
2
110
知られているようで知られていない JavaScriptの仕様 4選
syumai
0
180
CloudflareのSandbox SDKを試してみた
syumai
0
120
問題の見方を変える「システム思考」超入門
panda_program
0
180
flutter_kaigi_2025.pdf
kyoheig3
1
160
ボトムアップの生成AI活用を推進する社内AIエージェント開発
aku11i
0
1.6k
ビルドプロセスをデバッグしよう!
yt8492
0
280
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Build The Right Thing And Hit Your Dates
maggiecrowley
38
2.9k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
Into the Great Unknown - MozCon
thekraken
40
2.1k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3.1k
Automating Front-end Workflow
addyosmani
1371
200k
Balancing Empowerment & Direction
lara
5
740
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
The Cost Of JavaScript in 2023
addyosmani
55
9.2k
The Language of Interfaces
destraynor
162
25k
How to train your dragon (web standard)
notwaldorf
97
6.4k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Transcript
⾦⿂(Megabits) Animoji を作ってみた ARKit + Blender
Megabits(⾦⿂) 個⼈開発しています〜 🇨🇳 @Megabits_mzq 🇯🇵 @Megabits_mzq_jp 🇺🇸 @Megabits_Studio
None
None
None
None
https://arkit-face-blendshapes.com/
Demo
eyeBlink_L eyeBlink_R jawOpen
None
None
https://github.com/JakeHoldom/ColladaMorphAdjuster
./colladaMorphAdjuster collada_ fi le [-o output_ fi le]
https://github.com/ashuw550i/FaceAnimoji
None
None
None
let scene = SCNScene(named: "art.scnassets/deer.scn")!
None
for node in self.contentNode?.childNodes ?? [] { node.morpher?.unifiesNormals = true
}
None
None
参考資料 https://medium.com/@ashutoshdingankar/how-to-create-apples-animoji-using-arkit-4691e04bfc42 How to create Apple’s Animoji using ARKit? https://betterprogramming.pub/exporting-a-3d-character-from-blender-2-8-to-xcode-and-implement-like-animoji-using-arkit-scenekit-3d223aa6a29f
Creating an Animoji-Style 3D Character to Use With TrueDepth https://developer.apple.com/documentation/arkit/content_anchors/tracking_and_visualizing_faces Tracking and Visualizing Faces https://arkit-face-blendshapes.com/ ARKit Face Blendshapes