@@ -9,16 +9,23 @@ QuickPose provides developer-oriented cutting edge ML features of MediaPipe and
9
9
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
10
10
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
11
11
12
+ - [ How it works] ( #how-it-works )
12
13
- [ Features] ( #features )
14
+ - [ Supported Platforms] ( #supported-platforms )
13
15
- [ Requirements] ( #requirements )
14
16
- [ Installing the SDK] ( #installing-the-sdk )
15
17
- [ Swift Package Manager] ( #swift-package-manager )
16
18
- [ Getting Started] ( #getting-started )
19
+ - [ Getting Started with Newer Macs M1/M2] ( #getting-started-with-newer-macs-m1m2 )
20
+ - [ Getting Started with Older Intel Macs] ( #getting-started-with-older-intel-macs )
17
21
- [ Integrating into SwiftUI App] ( #integrating-into-swiftui-app )
22
+ - [ Device Camera only] ( #device-camera-only )
23
+ - [ Device Camera and Running Video on Mac (Recommended)] ( #device-camera-and-running-video-on-mac-recommended )
18
24
- [ Integrating into UIKit App] ( #integrating-into-uikit-app )
25
+ - [ Device Camera only] ( #device-camera-only-1 )
26
+ - [ Device Camera and Running Video on Mac (Recommended)] ( #device-camera-and-running-video-on-mac-recommended-1 )
19
27
- [ Troubleshooting] ( #troubleshooting )
20
28
- [ No Such Module] ( #no-such-module )
21
- - [ Unsupported Architecture] ( #unsupported-architecture )
22
29
23
30
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
24
31
@@ -48,9 +55,9 @@ Features
48
55
Supported Platforms
49
56
------------------
50
57
51
- | iOS Device | M1/M2 Mac (Running as Designed for iPad ) | iOS Simulator x86_64 | iOS Simulator arm64 |
52
- | ----------:| ---------------------------------------- :| ---------------------:| ---------------------:|
53
- | ✅ Runs | ✅ Runs | ⚙ Compiles | ⚙ Compiles |
58
+ | iOS Device | Silicon Mac (M1, M2, etc ) | iOS Simulator x86_64 | iOS Simulator arm64 |
59
+ | ----------:| -------------------------:| ---------------------:| ---------------------:|
60
+ | ✅ Runs | ✅ Runs | ⚙ Compiles | ⚙ Compiles |
54
61
55
62
Requirements
56
63
------------------
0 commit comments