Skip to main content
Let’s explore the most basic Speckle viewer example, step-by-step. Before we can do anything, we’ll need a HTML container for the viewer.
Basic Example
First thing we want to do is to create and initialize a viewer instance.
Next, let’s add a camera controller so we have control over the camera.
Finally, let’s load in some data from a Speckle model. It’s easier to use the provided UrlHelper which knows how to parse various speckle URL formats

Basic Example

Last modified on July 18, 2026