Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhuowei/VisionOSStereoScreenshots
Take 3D stereoscopic screenshots in the visionOS emulator.
https://github.com/zhuowei/VisionOSStereoScreenshots
Last synced: about 1 month ago
JSON representation
Take 3D stereoscopic screenshots in the visionOS emulator.
- Host: GitHub
- URL: https://github.com/zhuowei/VisionOSStereoScreenshots
- Owner: zhuowei
- Created: 2023-06-25T08:26:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T15:39:00.000Z (about 1 year ago)
- Last Synced: 2024-10-12T02:08:33.716Z (2 months ago)
- Language: M
- Homepage:
- Size: 40 KB
- Stars: 370
- Watchers: 12
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-visionos - Stereoscopic Screenshots
- Awesome-Vision-Pro - Stereoscopic Screenshots
README
Take stereoscopic (3D) screenshots in the visionOS simulator.
![example screenshot](https://github.com/zhuowei/VisionOSStereoScreenshots/assets/704768/c9945210-eaf8-4a59-90da-5a0787b25598)
An example screenshot from the visionOS simulator in side-by-side stereo.
Tested on macOS 14 beta 2 / Xcode 15 beta 2.
## Setup
### Non-Metal Immersive apps
```
./build.sh
./inject.sh
# this resprings the simulator
```### Metal Immersive (CompositorService) apps
TODO
## Usage
### Non-Metal Immersive apps
```
./screenshot.sh
```Screenshots are saved in `/tmp/visionos_stereo_screenshot_{time}.png`.
### How it works
This hooks CompositorService to give backboardd an extra right eye view to render.