Skip to content

Commit 34ab824

Browse files
committed
ready to roll
1 parent 75b0bd5 commit 34ab824

File tree

27 files changed

+998
-3768
lines changed

27 files changed

+998
-3768
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## v1.0.0 - 2023-05-09
8+
9+
### Added
10+
- Landscape support and example
11+
- Renamed guidance prompts to feedback prompts
12+
- Sustained 60fps with per frame performance tuning
13+
714
## v0.8 - 2023-04-26
815

916
### Added

QuickPoseCore.xcframework/ios-arm64/QuickPoseCore.framework/Headers/QuickPoseCore-Swift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ using UInt = size_t;
309309
/// QuickPoseOverlayView(overlayImage: $overlayImage)
310310
/// }
311311
/// .onAppear {
312-
/// quickPose.start(features: [.overlay(.userLeftArm)], onFrame: { status, image, features, guidance, landmarks in
312+
/// quickPose.start(features: [.overlay(.userLeftArm)], onFrame: { status, image, features, feedback, landmarks in
313313
/// overlayImage = image
314314
/// })
315315
/// }
Binary file not shown.

0 commit comments

Comments
 (0)