{"id":3055,"date":"2023-06-06T21:20:50","date_gmt":"2023-06-07T01:20:50","guid":{"rendered":"https:\/\/michaelrowe01.com\/?p=3055"},"modified":"2023-06-08T09:24:43","modified_gmt":"2023-06-08T13:24:43","slug":"meet-safari-for-spacial-computing","status":"publish","type":"post","link":"https:\/\/michaelrowe01.com\/index.php\/blog\/meet-safari-for-spacial-computing\/","title":{"rendered":"Meet Safari for Spacial Computing"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"660\" height=\"371\" data-attachment-id=\"3112\" data-permalink=\"https:\/\/michaelrowe01.com\/index.php\/blog\/meet-safari-for-spacial-computing\/attachment\/meet-safari-for-spatial\/\" data-orig-file=\"https:\/\/i0.wp.com\/michaelrowe01.com\/wp-content\/uploads\/2023\/06\/Meet-Safari-for-spatial.png?fit=1920%2C1080&amp;ssl=1\" data-orig-size=\"1920,1080\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"Meet-Safari-for-spatial\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/michaelrowe01.com\/wp-content\/uploads\/2023\/06\/Meet-Safari-for-spatial.png?fit=660%2C371&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/michaelrowe01.com\/wp-content\/uploads\/2023\/06\/Meet-Safari-for-spatial.png?resize=660%2C371&#038;ssl=1\" alt=\"\" class=\"wp-image-3112\" srcset=\"https:\/\/i0.wp.com\/michaelrowe01.com\/wp-content\/uploads\/2023\/06\/Meet-Safari-for-spatial.png?resize=1024%2C576&amp;ssl=1 1024w, https:\/\/i0.wp.com\/michaelrowe01.com\/wp-content\/uploads\/2023\/06\/Meet-Safari-for-spatial.png?resize=300%2C169&amp;ssl=1 300w, https:\/\/i0.wp.com\/michaelrowe01.com\/wp-content\/uploads\/2023\/06\/Meet-Safari-for-spatial.png?resize=768%2C432&amp;ssl=1 768w, https:\/\/i0.wp.com\/michaelrowe01.com\/wp-content\/uploads\/2023\/06\/Meet-Safari-for-spatial.png?resize=1536%2C864&amp;ssl=1 1536w, https:\/\/i0.wp.com\/michaelrowe01.com\/wp-content\/uploads\/2023\/06\/Meet-Safari-for-spatial.png?w=1920&amp;ssl=1 1920w, https:\/\/i0.wp.com\/michaelrowe01.com\/wp-content\/uploads\/2023\/06\/Meet-Safari-for-spatial.png?w=1320&amp;ssl=1 1320w\" sizes=\"auto, (max-width: 660px) 100vw, 660px\" \/><\/figure>\n\n\n\n<p>Should look familiar &#8211; it is the same Webkit underneath.<\/p>\n\n\n\n<p>Touch the page to follow a link, or look at it and tap fingers together<\/p>\n\n\n\n<p>Tab over has been completely redesigned<\/p>\n\n\n\n<p>You can do Tab views to surround you<\/p>\n\n\n\n<p>Best practices &#8211;&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>All the websites work out the box using responsive design<\/li>\n\n\n\n<li>Use CSS viewport units<\/li>\n\n\n\n<li>Resize based on media and container queries<\/li>\n\n\n\n<li>Use SVG for UI&nbsp; elements<\/li>\n\n\n\n<li>For bitmap access use devicePixelRatio for image loading<\/li>\n<\/ul>\n\n\n\n<p>Natural Interactions<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Main model is eye and hand gesture.. just look around and pinch to select (it will capture where you eyes were looking<\/li>\n\n\n\n<li>Touch the page with your index finger &#8211; that is a pointerDown event.&nbsp; You don\u2019t need to worry about this for low level interactions<\/li>\n\n\n\n<li>Media Queries &#8211; it is similar to a touch screen &#8211; coarse and doesn\u2019t support hovering&nbsp;<\/li>\n\n\n\n<li>Elements will highlight based on eye tracking so it knows how to select&nbsp;<\/li>\n\n\n\n<li>Make sure to use cursor:pointer; to show that something is interactive.<\/li>\n\n\n\n<li>Test your highlight regions in the xrOS simulator<\/li>\n<\/ul>\n\n\n\n<p>Platform optimization<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Screen is a bit more abstract, just like the change of pixels when retina was introduced.<\/li>\n\n\n\n<li>Full screen windows can be resized on the platform, so they can be larger than expected.<\/li>\n\n\n\n<li>requestAnimationFrame always measure elapsed time between frames&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>Integrating with 3d Content&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Adjust your website to use quicklook so that you can pull 3D objects out of the website and anchor them in the real space.<\/li>\n\n\n\n<li>All you need is a link to the usdz model, and an image with a preview&nbsp;<\/li>\n\n\n\n<li>Will leverage the advance lighting and rendering from ARKit<\/li>\n\n\n\n<li>Adding a new element via &lt;model interactive&gt; &lt;source = src\u201d\u201d&gt; &lt;\/model&gt; for html<\/li>\n\n\n\n<li>WebXR dev preview is available to learn more<\/li>\n\n\n\n<li>New settings screen in Safari on the platform to enable various 3D features and WebXR<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Should look familiar &#8211; it is the same Webkit underneath. Touch the page to follow a link, or look at it and tap fingers together Tab over has been completely redesigned You can do Tab views to surround you Best practices &#8211;&nbsp; Natural Interactions Platform optimization Integrating with 3d Content&nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"hide_page_title":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[2,3],"tags":[107,698,697,680],"class_list":["post-3055","post","type-post","status-publish","format-standard","hentry","category-blog","category-personal-softwareandit","tag-day-2","tag-safari","tag-spacial-computing","tag-wwdc23"],"aioseo_notices":[],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p2aMa8-Nh","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/michaelrowe01.com\/index.php\/wp-json\/wp\/v2\/posts\/3055","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/michaelrowe01.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/michaelrowe01.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/michaelrowe01.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/michaelrowe01.com\/index.php\/wp-json\/wp\/v2\/comments?post=3055"}],"version-history":[{"count":2,"href":"https:\/\/michaelrowe01.com\/index.php\/wp-json\/wp\/v2\/posts\/3055\/revisions"}],"predecessor-version":[{"id":3113,"href":"https:\/\/michaelrowe01.com\/index.php\/wp-json\/wp\/v2\/posts\/3055\/revisions\/3113"}],"wp:attachment":[{"href":"https:\/\/michaelrowe01.com\/index.php\/wp-json\/wp\/v2\/media?parent=3055"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/michaelrowe01.com\/index.php\/wp-json\/wp\/v2\/categories?post=3055"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/michaelrowe01.com\/index.php\/wp-json\/wp\/v2\/tags?post=3055"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}