Application Guide

OpenSphere is typically extended to suit personal needs via Plugins, but a developer may want to completely replace the UI. To accomplish this, OpenSphere can be used as a library. This guide will outline the steps necessary to use OpenSphere as a library.

Example Project

Each guide references a sample application project, opensphere-app-example. To set up this project, clone it to a Yarn Workspace alongside OpenSphere, yarn install, and yarn build from the opensphere-app-example directory.