Skip to main content

Adamas Hub

Adamas Hub is the desktop application for creating, managing, and publishing VR projects. It brings together project management, a 3D visual editor, avatar tooling, and public project browsing within a single environment. In addition, it serves as the primary launcher for the Adamas platform.

Platform Launcher

Launcher

The launcher is responsible for starting the Adamas platform and currently supports both Windows and macOS. On Windows, the platform can run in either PC mode or VR mode, depending on whether an OpenXR runtime has been started before launch. The platform automatically detects an active OpenXR runtime, such as SteamVR, and adjusts accordingly. On macOS, only PC mode is currently supported.

Project Workflow

Project Studio

Adamas Hub includes a studio for building VR projects, along with the tools required to publish and manage those projects on the platform. Adamas projects are standard TypeScript projects enhanced with additional metadata to support the 3D visual editor.

Projects can be created directly in the studio, which provides access to the 3D editor and related creation tools. Alternatively, developers may work entirely within a native TypeScript and npm setup by installing the @adamasvr/sdk package into an existing project, without using the project studio. To learn more about project creation and publishing, see Projects.

Avatar Workflow

Avatar Workflow

Adamas allows users to upload avatars for social experiences. Unlike traditional VR engines, where developers are typically responsible for building avatar systems within their own applications, the Adamas platform provides an integrated avatar system that can be used across VR projects developed on the platform.

Users can upload and manage their own avatars for use in VR experiences. For avatar upload and management, see Avatars.

Table of Contents