castdrian / ishare

experience the clean and unbloated screen capture utility for macOS
https://isharemac.app
GNU General Public License v3.0
107 stars 8 forks source link

reimplement using ScreenCaptureKit #22

Closed castdrian closed 1 year ago

castdrian commented 1 year ago

https://developer.apple.com/documentation/screencapturekit/

some features need macOS 14 so this may not happen for a while

castdrian commented 1 year ago

video capture needs to be implemented similar to hear but better https://github.com/nonstrict-hq/ScreenCaptureKit-Recording-example/blob/main/Sources/sckrecording/main.swift

27 uses apple's example stuff so needs to merge that somehow