Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhrispineda/Photos-visionOS
SwiftUI recreation of the visionOS Photos app
https://github.com/zhrispineda/Photos-visionOS
apple applevisionpro recreation swift swiftui visionos
Last synced: 2 months ago
JSON representation
SwiftUI recreation of the visionOS Photos app
- Host: GitHub
- URL: https://github.com/zhrispineda/Photos-visionOS
- Owner: zhrispineda
- Created: 2024-07-02T14:22:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T21:11:31.000Z (4 months ago)
- Last Synced: 2024-08-18T22:26:39.620Z (4 months ago)
- Topics: apple, applevisionpro, recreation, swift, swiftui, visionos
- Language: Swift
- Homepage:
- Size: 9.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Photos-visionOS
A **work-in-progress** SwiftUI recreation of the visionOS **2 beta** Photos app.## Preview
![An image of the recreated Photos app in visionOS, with the Sort menu shown along with its sorting options.](Assets/Photos.png)> [!IMPORTANT]
>
> This project is being worked on using **Xcode 16 beta** with new APIs for visionOS 2.0+.
> It cannot be used on older versions.
>## Information
- This personal project is a recreation of Apple's Photos app for visionOS 2 **beta**.
- Features such as accessing and viewing photos are not implemented yet.## Usage
Open the project in Xcode 16 beta and run with either a Simulator instance or a physical device with Developer Mode enabled as a destination on visionOS 2 beta.As this is a personal project for learning Swift and SwiftUI, feel free to download and modify the project for your own personal purposes.
## Disclaimers
- All assets such as icons and images are not my own in any way.
- This app is a recreation of Apple's own apps and designs for learning purposes only.
- Feel free to look through the commit history to see the project evolve from a single view to its current state.## Other Projects
- **visionOS Settings** https://github.com/zhrispineda/Settings-visionOS
- **iOS & iPadOS Settings** https://github.com/zhrispineda/Settings-iOS
- **watchOS Settings** https://github.com/zhrispineda/Settings-watchOS