Simple minimalist photo editor on SwiftUI
TestFlight Beta (iOS 16+)
- Apple's native person segmentation (
VNGeneratePersonSegmentationRequest
). Сool for making stickers .contextMenu
implementation (animations are broken by Apple)- Export with
ImageRenderer
- Pure
SwiftUI
at any cost. ZeroUIKit
imports - Full Apple-crossplatform.
- Only modern APIs, zero legacy support.
iOS 16+
since day one - Zero dependencies
- Formulate some clean and simple architecture for Apple-crossplatform
SwiftUI
media-editor projects - Collect all the bad hacks in the world
- I made it
SwiftUI
is young and raw- APIs and project itself is constantly changing
Current tasks are here. Big ones:
- Video support
- Video segmentation
PencilKit
support- Face recognition (
VNDetectFaceLandmarksRequest
). It's already there, but I don't know why