cupertino-sample-code/visionos-creating-2d-shapes-in-visionos-with-swiftui
Mihaela Mihaljevic 37fd4fb24f Initial commit: 606 Apple sample code projects
MIT License - Apple Developer sample code
Downloaded via Cupertino (https://github.com/mihaelamj/cupertino)
2025-12-03 00:19:12 +01:00
..
Configuration Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
Creating 2D Shapes Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
Creating 2D Shapes.xcodeproj Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
.gitignore Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
LICENSE.txt Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
README.md Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00

Creating 2D shapes in visionOS with SwiftUI

This sample demonstrates how you can create and display 2D shapes in your visionOS app, using SwiftUI views that adopt the Shape protocol, including your custom types.

For more information about the app and how it works, see Creating 2D shapes in visionOS with SwiftUI in the developer documentation.