Skip to content
/ PinchBar Public

Bringing the TouchBar into the world of Spatial Computing™

License

Notifications You must be signed in to change notification settings

zac/PinchBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PinchBar

Everyone misses the Touch Bar, right? This demo project screen captures the Mac's build-in Touch Bar simulator and encodes and transmits it over a peer-to-peer wifi network to  Vision Pro.

Demo

output.mp4

Technical Details

  • A Mac menubar app accesses the raw frames from the Touch Bar simulator, which still exists on macOS Sonoma.
  • Mac app broadcasts bonjour service and visionOS securely connects.
  • Frames from the simulator are compressed on the Mac, sent to  Vision Pro and decompressed for display.
  • When tapping and dragging on visionOS view, events are sent back to the Mac application which emulates those as clicks and drags.

Gotchas

  • The Mac Virtual Display feature on visionOS has a 'feature' which (sometimes?) makes all windows in the frontmost application 'inactive' when interacting or focusing on other windows in visionOS. This makes sense almost all the time... except if you want to interact with a Touch Bar 😡
  • The quality isn't great. There's probably plenty of headroom on most networks to up the quality of the video, but needed it to be more performant for my testing so I was fine with low quality.
  • The transport protocol supports password protecting the connection with a PIN, but hard-codes it to "1234" for demo purposes.

Acknowledgements

  • Thanks to Daniel Jalkut's Touché for the inspiration.
  • Thanks to @finnvoor's Transcoding for the video encoding / decoding implementation.
  • Thanks to @jslegendre's TouchBar-Simulator for defining the undocumented APIs to get frames from the Touch Bar simulator.

About

Bringing the TouchBar into the world of Spatial Computing™

Topics

Resources

License

Stars

Watchers

Forks