0 - Getting Started

Getting started with WebXR development requires, at bare minimum, a web browser and a code editor. The only major browsers currently without full WebXR support are Firefox and Safari, but any Chromium-based browser will do well (Chrome, Edge, Brave, etc). For code editing, a popular choice is VSCode, but if you already have a preferred editor feel free to use that instead.

For some web frameworks, you may not necessarily even need a separate code editor. If it's purely based on HTML and JavaScript, you can use online services like Glitch or Codepen that let you host and edit web projects directly on their site.