nicklockwood / Euclid

A Swift library for creating and manipulating 3D geometry
MIT License
639 stars 53 forks source link

Add SwiftUI visionOS example. #115

Closed halmueller closed 7 months ago

halmueller commented 7 months ago

This PR adds a standalone SwiftUI sample (ExampleVisionOS) that creates a volumetric window on visionOS.

Of note:

Simulator Screenshot - Apple Vision Pro - 2024-03-06 at 18 34 06

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.46%. Comparing base (d3afbeb) to head (afaec04).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #115 +/- ## ========================================== + Coverage 77.36% 77.46% +0.09% ========================================== Files 32 32 Lines 8218 8218 ========================================== + Hits 6358 6366 +8 + Misses 1860 1852 -8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.