vr-ar

Detail VR/AR development principles for platform selection, comfort, and performance.

1|Updated Dec 21, 2024
One-click install
npx skills add https://github.com/SergeiGolos/wod-wiki --skill vr-ar-sergeigolos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vr-ar
Source: https://github.com/SergeiGolos/wod-wiki/tree/main/.agent/skills/game-development/vr-ar
Command: npx skills add https://github.com/SergeiGolos/wod-wiki --skill vr-ar-sergeigolos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive guide to the core principles and requirements for developing effective and comfortable Virtual Reality (VR) and Augmented Reality (AR) experiences.

Core Features & Use Cases

  • Platform Guidance: Understand the landscape of VR and AR platforms (Quest, PCVR, ARKit, ARCore, etc.) and their use cases.
  • Comfort Optimization: Learn strategies to prevent motion sickness and implement essential comfort settings.
  • Performance Benchmarks: Identify target FPS and resolution metrics for various VR/AR hardware.
  • Interaction Design: Explore controller and hand-tracking interaction paradigms.
  • Spatial Awareness: Grasp the importance of world scale and depth cues in immersive environments.
  • Use Case: A game developer can use this Skill to quickly reference best practices for locomotion in VR to minimize player discomfort, or to understand the performance targets for the Meta Quest 3.

Quick Start

Explain the key principles for preventing motion sickness in VR.

Frequently Asked Questions about vr-ar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent motion sickness in VR during game development?

To prevent motion sickness in VR, implement comfort settings like snap turning and teleportation locomotion, maintain consistent frame rates, and avoid forced camera acceleration to minimize player discomfort in immersive environments.

What are the performance target benchmarks for Meta Quest 3 and PCVR?

Performance targets for VR platforms like Meta Quest 3 and PCVR require maintaining high frame rates, typically 72Hz to 120Hz depending on the hardware, with specific resolution metrics to ensure smooth immersive experiences and prevent motion sickness.

How does hand tracking interaction design work for AR and VR platforms?

Hand tracking interaction design in AR and VR involves mapping direct physical gestures to virtual inputs, utilizing platforms like ARKit and ARCore to enable spatial awareness and intuitive controller-free manipulation of immersive environments.

What is the best way to select a platform for immersive technology development?

Selecting an immersive technology platform requires evaluating the landscape of VR and AR hardware like Quest, PCVR, and PSVR2 against your use case, considering target FPS, tracking capabilities, and user comfort requirements.

Why does world scale and spatial awareness matter in VR development?

World scale and spatial awareness matter in VR development because accurate depth cues are essential for maintaining user comfort, preventing disorientation, and creating convincing immersive experiences across AR and VR platforms.