Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.29 KB

File metadata and controls

30 lines (16 loc) · 1.29 KB

Viewer Only Sample

Copyright © Bentley Systems, Incorporated. All rights reserved.

An iModel.js sample application that only displays a viewport and a navigation toolbar.

Click to run the demo

This is a 'frontend-only' sample. It utilizes frontend-sample-base which supplies the viewport and view navigation tools. See http://imodeljs.org for comprehensive documentation on the iModel.js API and the various constructs used in this sample.

Purpose

The purpose of this application is to demonstrate the following:

  • User sign-in and open iModel with the logic delivered with frontend-sample-base.
  • Display a viewport with navigation toolbar.

Screenshot of the application

Development Setup

Follow the instructions under Frontend Sample Development Setup to configure, install dependencies, build, and run the app.

Description

This sample is the most basic stub possible based on frontend-sample-base. It can be used as a template for creating new frontend-samples.

Contributing

Contributing to iModel.js