SlideShare a Scribd company logo
RAPID PROTOTYPING FOR XR
Lecture 5: Cross Platform Development
Mark Billinghurst
June 12th 2025
mark.billinghurst@auckland.ac.nz
Thursday Schedule
• 10:00am Present work
• Progress to date, feedback
• 11:00am Lecture 4 Cross Platform Development
• 12:00 pm Lunch
• 1:30pm Project work
• Focus user experience
• 5:00pm Research Paper Presentations
• Iresh, Nirasha, Eetu, Hongxu
• 6:30 pm Finish
LECTURE 4 RECAP
XR Prototyping Tools
Low Fidelity (Concept, visual design)
• Sketching
• Storyboarding & wireframes
• Mockups
• Paper & video prototyping
High Fidelity (Interaction, experience design)
• Interactive sketching
• Desktop & on-device authoring
• Immersive authoring & visual scripting
• XR development toolkits
Digital Prototyping
Lo-
Fi
Hi-
Fi
Easy
Hard
Digital
Authoring
Immersive
Authoring
Web-Based
Development*
Cross-Platform
Development*
Native
Development*
* requires scripting and 3D programming skills
XR Tools Landscape
Digital & Immersive Authoring
Proto.io, Figmin, Tour Creator, ...
Open Brush, Blocks, ShapesXR, …
Web-Based Development
THREE.js, Babylon.js, …
A-Frame, AR.js, …
Cross-Platform Development
Unity + SDKs
Unreal + SDKs
Native Development
Cardboard/Meta/Vive/... SDK
Vuforia/ARCore/ARKit/… SDK
XR Tools Landscape
Digital & Immersive Authoring
Good for storyboarding but limited
support for interactions
Web-Based Development
Good for basic XR apps but often
interactions feel unfinished
Native Development
Good for full-fledged XR apps but
limited to a particular platform
Cross-Platform Development
Good for full-fledged XR apps but
usually high learning curve
Mobile AR
• Many tools available for rapid prototyping
• Standard mobile phone tools
• Types
• Sketching
• Pop, etc..
• Web development
• Proto.io, Figma, etc..
• Interactive Apps
• Orginami, etc.
Mobile AR Visual Programming
• Rapid prototype on desktop
• Deliver on mobile
• Visual programming
• Simple interactivity
• Examples
• Zapworks Studio
• https://zap.works/studio/
• Snap Lens Studio
• https://lensstudio.snapchat.com/
• TikTok Effect House
• https://effecthouse.tiktok.com/
Creating on Device
• Adobe Aero
• Create AR on mobile devices
• Touch based interaction and authoring
• Only iOS support for now
• https://www.adobe.com/nz/products/aero.html
VR Immersive Prototyping
• Rapid prototype in VR
• Deliver on HMD
• Load 2D/3D assets
• Add simple interactivity
• Examples
• Figmin XR
• https://overlaymr.com/
• Shapes XR
• https://www.shapesxr.com/
Bezi – https://bezi.com
• Web-based spatial design tool
• Arranging 3D content
• View in HMD browser or desktop
Niantic Studio - www.8thwall.com
• Web based authoring for 3D/XR
• Key features
• WebXR deployment
• Visual editing (drag and drop)
• Live editing
• Interactive elements
• XR Features
• Face Effects, World Tracking, Image Targets, & VPS
• Cross platform development
• Apple Vision Pro, Meta Quests, Magic Leap, etc
Piggyback Prototyping
• Create prototype on top of existing application
• Many applications have creator tools that are geared towards
novices
• Benefit from existing social platform and user base
• Examples
• Snapchat Lens Studio & Snapchat platform
• Minecraft VR/AR & Minecraft platform
• https://www.minecraft.net/en-us/vr
• Roblox Creator Hub/Roblox Studio
• https://create.roblox.com/landing
• Rec Room Creator Kit & Rec Room platform
• https://recroom.com/kit
Rec Room - https://recroom.com/
• Online massively multiplayer game
• Over 20 million monthly active users
• Features
• Customizable avatars
• Desktop, VR HMD support
• Cross platform support
• User content creation
• Rec Room Maker Pen (in-game)
• Rec Room Studio
Rec Room Maker Pen
Roblox – www.roblox.com
• Largest multiuser desktop VR platform
• Over 380 monthly users, 80 million daily users
• Key features
• Multiplayer experience
• User generated content
• Game creation
• Customization
• Virtual Economy
• Use Roblox Studio
• Game creation tool
Roblox
Studio
https://www.youtube.com/watch?v=vIiVbFiDbBE
CROSS PLATFORM
DEVELOPMENT
XR Development with
WebXR, Unity, Unreal
Development and Testing
WebXR
THREE.js AR.js
A-Frame ...
Unity /
Unreal
SteamVR
AR
Foundation
MRTK ...
Native SDKs
Oculus
ARKit/
ARCore
VIVE ...
Paths to Being an XR Developer
Web dev
background
Game dev
background
Mobile dev
background
“Easy”
“Hard”
WebXR
THREE.js AR.js
A-Frame ...
Unity /
Unreal
SteamVR
AR
Foundation
MRTK ...
Native
SDKs
Oculus
ARKit/
ARCore
VIVE ...
Web-based AR/VR
• WebXR
• W3C standards
• Open source for AR/VR
• Strong developer community
• https://www.w3.org/TR/webxr/
• https://immersiveweb.dev/
• A-Frame
• Javascript/HTML editing
• WebGL, rich interactivity
• https://aframe.io/
Demo: Mozilla Hello-WebXR
https://mixedreality.mozilla.org/hello-webxr/
A-Frame
• Based on Three.js and WebGL
• New HTML tags for 3D scenes
• A-Frame Inspector (not editor)
• Asset management (img, video,
audio, & 3D models)
• ECS architecture with many open-
source components
• Cross-platform XR
A-Frame
• VR made simple
• Declarative HTML
• Cross platform
• Component based
• Tool agnostic
• Community + Slack
A-Frame Inspector
Lights
Camera
Scene
Objects
Transform
s
Selected
Entity
Components
Camera
View
A-Frame Development Environments
Glitch CodePen GitHub (custom)
A-Frame and VR
A-Frame
Development
Environment
WebXR
Browser
VR
Device
Desktop Desktop Oculus Rift S
A-Frame and AR
A-Frame
Development
Environment
WebXR
Browser
AR
Device
Desktop Mobile Marker-less Tracking
Hello World in A-Frame
https://aframe.io/examples/showcase/helloworld/ https://aframe.io/docs/1.0.0/introduction/
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
Web vs. A-Frame
Structure & Content
HTML
Organization of page content
& hierarchy
Presentation
CSS
Definition of page
content presentation
Behavior
JavaScript
Specification of interactive
behavior
Web
A-Frame
Structure
Entities
Organization of 3D
scene hierarchy
Content & Presentation
Components
Definition of 3D scene
content & presentation
Behavior
Systems & Scripts
Specification of interactive
behavior
WebXR and A-Frame
Web
HTML
<div id><!--
… --></div>
CSS
#id { left: x; top:
y; z-index: z }
JS
function f () {
… }
content + structure presentation behavior
WebXR
navigator.xr
.requestSession
WebGL
<canvas class=“a-canvas” />
THREE.js
entity.object3D
A-Frame
<a-entity id position=“x y z”>
</a-entity>
WebXR
Enable XR applications on the web by
allowing pages to:
• Detect XR capabilities
• Query XR device capabilities
• Poll XR device and associated input
device state
• Display imagery on XR device at the
appropriate frame rate
Is XR mode supported?
Advertise XR mode to
user
AR VR
Enter XR mode is
triggered?
Request XR session
Render frame loop in
session
Exit XR mode is
triggered?
End XR session
↻
Unity
• Started out as game engine
• Has integrated support for many
types of XR apps
• Powerful scene editor
• Asset management & store
• Basically all XR device vendors
provide Unity SDKs
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
Unity and VR
XR Plugin
Unity 2019.3 or higher
XR Interaction
Toolkit
Unity 2019.3 or higher
SteamVR
Mixed Reality
Toolkit (MRTK)
SteamVR or Oculus
Virtual Reality
Toolkit (VRTK)
SteamVR or Oculus
Oculus/
VIVE
Cardboard/
Daydream
...
Unity and AR
XR Plugin
Unity 2019.3 or higher
XR Interaction
Toolkit
Unity 2019.3 or higher
AR Foundation
Mixed Reality
Toolkit (MRTK)
SteamVR or Oculus
Vuforia
ARCore/
ARKit
Magic Leap ...
Web vs. A-Frame
Structure & Content
HTML
Organization of page content
& hierarchy
Presentation
CSS
Definition of page
content presentation
Behavior
JavaScript
Specification of interactive
behavior
Web
A-Frame
Structure
Entities
Organization of 3D
scene hierarchy
Content & Presentation
Components
Definition of 3D scene
content & presentation
Behavior
Systems & Scripts
Specification of interactive
behavior
Unity vs. A-Frame
Unity is a game engine and XR dev
platform
● De facto standard for XR apps
● Increasingly built-in support
● Most “XR people” will ask you about
your Unity skills :-)
Support for all XR devices
● Basically all AR and VR device
vendors provide Unity SDKs
A-Frame is a declarative WebXR
framework
● Emerging XR app development
framework on top of THREE.js
● Good for novice XR designers with
web dev background
Support for most XR devices
● Full WebXR support in Firefox,
Chrome, & Oculus Browser
XR Platforms and Toolkits
XR Platforms and Toolkits
AR
VR
A-Frame
SteamVR
MRTK
XR Interaction
Oculus
VIVE
Marker-based
AR.js
Vuforia
Marker-less
A-Frame
ARKit/ARCore
AR Foundation
MRTK
XR Interaction
XR Platforms
WebXR
XR Toolkits
Card-
board
AR
Kit
AR
Core
Oculus VIVE
Holo
Lens
WMR
Web
Cam
A-Frame
AR.js
SteamVR
MRTK
Vuforia
AR Foundation
XR Interaction
WebXR
XR Toolkits
Card-
board
AR
Kit
AR
Core
Oculus VIVE
Holo
Lens
WMR
Web
Cam
A-Frame
AR.js
SteamVR
MRTK
Vuforia
AR Foundation
XR Interaction
WebXR
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
XR Toolkits
Card-
board
AR
Kit
AR
Core
Oculus VIVE
Holo
Lens
WMR
Web
Cam
A-Frame
AR.js
SteamVR
MRTK
Vuforia
AR Foundation
XR Interaction
WebXR
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
XR Toolkits
Card-
board
AR
Kit
AR
Core
Oculus VIVE
Holo
Lens
WMR
Web
Cam
A-Frame
AR.js
SteamVR
MRTK
Vuforia
AR Foundation
XR Interaction
WebXR
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
XR Toolkits
Card-
board
AR
Kit
AR
Core
Oculus VIVE
Holo
Lens
WMR
Web
Cam
A-Frame
AR.js
SteamVR
MRTK
Vuforia
AR Foundation
XR Interaction
WebXR
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
XR Toolkits
Card-
board
AR
Kit
AR
Core
Oculus VIVE
Holo
Lens
WMR
Web
Cam
A-Frame
AR.js
SteamVR
MRTK
Vuforia
AR Foundation
XR Interaction
WebXR
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
XR Toolkits
Card-
board
AR
Kit
AR
Core
Oculus VIVE
Holo
Lens
WMR
Web
Cam
A-Frame
AR.js
SteamVR
MRTK
Vuforia
AR Foundation
XR Interaction
WebXR
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
XR Toolkits
Card-
board
AR
Kit
AR
Core
Oculus VIVE
Holo
Lens
WMR
Web
Cam
A-Frame
AR.js
SteamVR
MRTK
Vuforia
AR Foundation
XR Interaction
WebXR
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
Unity XR Interaction Toolkit
• High level, component-based, interaction system for XR experiences.
• Enables 3D and UI interaction using Unity input events.
• Uses the Unity’s ‘Input System’ package.
• Building upon a sample is the quickest way to start prototyping.
• Prefabs are provided for pre-configured objects/sets of objects.
Unity XR Interaction Toolkit
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
Meta XR SDK/Building Blocks
• Add support for Quest specific features:
• Hand / Eye / Body / Face Tracking
• Video passthrough for Mixed Reality
• Building store-compatible apps.
• New Building Blocks system to drag
and drop functionality.
• Physics-based hand interactions
Asset store link: https://assetstore.unity.com/packages/tools/integration/meta-xr-all-in-one-sdk-269657
https://www.youtube.com/watch?v=I8_BYPruDMk
Meta Interaction SDK Samples
• Building Blocks doesn’t cover everything.
• Get the Meta Interaction SDK samples
package to pull samples of other
interactions.
• Canvas interaction
• Hand poses for grasping
• Etc.
https://assetstore.unity.com/packages/tools/integration/meta-xr-interaction-sdk-ovr-samples-268521
EXAMPLE: SKETCH TO APPLICATION
Example: Prototyping and Development Steps
•Concept Ideation
•Interactive Prototype
•Interaction Logic
•UI Design
•Oculus Integration
•Prototype Testing
Concept Ideation
Interactive Prototype
Interaction Logic
UI Design
Oculus Integration
Prototype Testing
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
Design Guidelines
Design Guidelines
By Vendors
Platform driven
By Designers
User oriented
By Practitioners
Experience based
By Researchers
Empirically derived
Industry Design Guidelines
Meta (Horizon OS) Google (ARCore) Mozilla (WebXR)
https://developer.apple.com/design/human-interface-guidelines/designing-for-visionos
https://developers.meta.com/horizon/design
• https://developers.google.com/ar/design/
AR Core Elements
• Mobile app showing best
practice AR UX guidelines
• Android .apk file
• Live demo UX guidelines
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
The Trouble with XR Design Guidelines
1) Rapidly evolving best practices
Still a moving target, lots to learn about XR design
Slowly emerging design patterns, but often change with OS updates
Already major differences between device platforms
2) Challenges with scoping guidelines
Often too high level, like “keep the user safe and comfortable”
Or, too application/device/vendor-specific
3) Best guidelines come from learning by doing
Test your designs early and often, learn from your own “mistakes”
Mind differences between VR and AR, but less so between devices
Do’s
• Offer alternative ways to travel
• Use interface metaphors
• Use physical affordances
• Minimize explicit interactions
• Put important elements in the
foreground, avoid periphery
• Provide visual and audio cues to
guide users through tasks
Don'ts
• Move user without their input
• Reinvent reality
• Just copy/paste real world
• Rely on gestures or speech
• Have users read a lot of text
• Put lots of content in the HUD
• Remap controller buttons, break
conventions
The Do’s and Don'ts of XR Design
XR Ergonomics
XRgonomics: Facilitating the Creation of Ergonomic 3D Interfaces (CHI 2021 Best Paper)
João Marcelo Evangelista Belo, Anna Maria Feit, Tiare Feuchtner, Kaj Grønbæk
XR Ergonomics
QUESTIONS
www.empathiccomputing.org
@marknb00
mark.billinghurst@auckland.ac.nz

More Related Content

PDF
Let’s get real: An introduction to AR, VR, MR, XR and more
PDF
Rapid Prototyping for XR: Lecture 6 - AI for Prototyping and Research Directi...
PDF
Rapid Prototyping for XR: Lecture 4 - High Level Prototyping.
PDF
Comp4010 Lecture7 Designing AR Systems
PDF
Augmenting reality: Bring digital objects into the real world
PDF
Augmented Reality Application Development_Vuforia.pdf
PDF
2022 COMP4010 Lecture 6: Designing AR Systems
PDF
Toward webXR (POOS 2017)
Let’s get real: An introduction to AR, VR, MR, XR and more
Rapid Prototyping for XR: Lecture 6 - AI for Prototyping and Research Directi...
Rapid Prototyping for XR: Lecture 4 - High Level Prototyping.
Comp4010 Lecture7 Designing AR Systems
Augmenting reality: Bring digital objects into the real world
Augmented Reality Application Development_Vuforia.pdf
2022 COMP4010 Lecture 6: Designing AR Systems
Toward webXR (POOS 2017)

Similar to Rapid Prototyping for XR: Lecture 5 - Cross Platform Development (20)

PPTX
Build (Web)VR with A-Frame (COSCUP 2019 Taipei)
PPTX
Extended Reality in Game Design
PDF
Introduction to Extended Reality - XR
PDF
Diploma in XR Immersive (DXR).pdf
PPTX
Building AR and VR Experiences for Web Apps with JavaScript
PPT
OpenReality Vision
PDF
PDF
Rapid Prototyping for XR: Lecture 2 - Low Fidelity Prototyping.
PDF
Mobile Day - WebVR
PDF
Writing Virtual And Augmented Reality Apps With Web Technology
PDF
Writing Virtual And Augmented Reality Apps With Web Technology
PPTX
Unity XR platform has a new architecture – Unite Copenhagen 2019
PDF
2022 COMP4010 Lecture5: AR Prototyping
PDF
Mobile Augmented Reality Development tools
PDF
Developing AR and VR Experiences with Unity
PDF
Build Immersive Worlds in Virtual Reality
PPTX
AR Foundation framework: product roadmap – Unite Copenhagen 2019
PPTX
AR and VR development tools and platforms
PDF
Immersive Sydney - #WebXRWeek
Build (Web)VR with A-Frame (COSCUP 2019 Taipei)
Extended Reality in Game Design
Introduction to Extended Reality - XR
Diploma in XR Immersive (DXR).pdf
Building AR and VR Experiences for Web Apps with JavaScript
OpenReality Vision
Rapid Prototyping for XR: Lecture 2 - Low Fidelity Prototyping.
Mobile Day - WebVR
Writing Virtual And Augmented Reality Apps With Web Technology
Writing Virtual And Augmented Reality Apps With Web Technology
Unity XR platform has a new architecture – Unite Copenhagen 2019
2022 COMP4010 Lecture5: AR Prototyping
Mobile Augmented Reality Development tools
Developing AR and VR Experiences with Unity
Build Immersive Worlds in Virtual Reality
AR Foundation framework: product roadmap – Unite Copenhagen 2019
AR and VR development tools and platforms
Immersive Sydney - #WebXRWeek
Ad

More from Mark Billinghurst (20)

PDF
Empathic Computing: Creating Shared Understanding
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Rapid Prototyping for XR: Lecture 3 - Video and Paper Prototyping
PDF
Rapid Prototyping for XR: Lecture 1 Introduction to Prototyping
PDF
Research Directions in Heads-Up Computing
PDF
IVE 2024 Short Course - Lecture18- Hacking Emotions in VR Collaboration.
PDF
IVE 2024 Short Course - Lecture13 - Neurotechnology for Enhanced Interaction ...
PDF
IVE 2024 Short Course Lecture15 - Measuring Cybersickness
PDF
IVE 2024 Short Course - Lecture14 - Evaluation
PDF
IVE 2024 Short Course - Lecture12 - OpenVibe Tutorial
PDF
IVE 2024 Short Course Lecture10 - Multimodal Emotion Recognition in Conversat...
PDF
IVE 2024 Short Course Lecture 9 - Empathic Computing in VR
PDF
IVE 2024 Short Course - Lecture 8 - Electroencephalography (EEG) Basics
PDF
IVE 2024 Short Course - Lecture16- Cognixion Axon-R
PDF
IVE 2024 Short Course - Lecture 2 - Fundamentals of Perception
PDF
Research Directions for Cross Reality Interfaces
PDF
The Metaverse: Are We There Yet?
PDF
Human Factors of XR: Using Human Factors to Design XR Systems
PDF
IVE Industry Focused Event - Defence Sector 2024
PDF
Future Research Directions for Augmented Reality
Empathic Computing: Creating Shared Understanding
Reach Out and Touch Someone: Haptics and Empathic Computing
Rapid Prototyping for XR: Lecture 3 - Video and Paper Prototyping
Rapid Prototyping for XR: Lecture 1 Introduction to Prototyping
Research Directions in Heads-Up Computing
IVE 2024 Short Course - Lecture18- Hacking Emotions in VR Collaboration.
IVE 2024 Short Course - Lecture13 - Neurotechnology for Enhanced Interaction ...
IVE 2024 Short Course Lecture15 - Measuring Cybersickness
IVE 2024 Short Course - Lecture14 - Evaluation
IVE 2024 Short Course - Lecture12 - OpenVibe Tutorial
IVE 2024 Short Course Lecture10 - Multimodal Emotion Recognition in Conversat...
IVE 2024 Short Course Lecture 9 - Empathic Computing in VR
IVE 2024 Short Course - Lecture 8 - Electroencephalography (EEG) Basics
IVE 2024 Short Course - Lecture16- Cognixion Axon-R
IVE 2024 Short Course - Lecture 2 - Fundamentals of Perception
Research Directions for Cross Reality Interfaces
The Metaverse: Are We There Yet?
Human Factors of XR: Using Human Factors to Design XR Systems
IVE Industry Focused Event - Defence Sector 2024
Future Research Directions for Augmented Reality
Ad

Recently uploaded (20)

PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PDF
Arduino robotics embedded978-1-4302-3184-4.pdf
PDF
composite construction of structures.pdf
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
Geodesy 1.pptx...............................................
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
PPT on Performance Review to get promotions
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
Sustainable Sites - Green Building Construction
PPTX
Welding lecture in detail for understanding
Operating System & Kernel Study Guide-1 - converted.pdf
Arduino robotics embedded978-1-4302-3184-4.pdf
composite construction of structures.pdf
bas. eng. economics group 4 presentation 1.pptx
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Internet of Things (IOT) - A guide to understanding
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
Model Code of Practice - Construction Work - 21102022 .pdf
Geodesy 1.pptx...............................................
CH1 Production IntroductoryConcepts.pptx
PPT on Performance Review to get promotions
Lecture Notes Electrical Wiring System Components
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
Embodied AI: Ushering in the Next Era of Intelligent Systems
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Sustainable Sites - Green Building Construction
Welding lecture in detail for understanding

Rapid Prototyping for XR: Lecture 5 - Cross Platform Development