imodeljs / desktop-starter

An iTwin.js Desktop starter app
https://itwinjs.org
MIT License
21 stars 12 forks source link
electron imodel imodeljs itwin samples

Desktop Starter

Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.

This repo has been archived

To learn how to develop iTwin.js desktop applications, please see our tutorial on Developing a Desktop Viewer.


The purpose of this repository is to serve as starting point for developers wishing to create an iTwin.js Electron app.

See https://itwinjs.org for comprehensive documentation on the iTwin.js API and the various constructs used in this app.

App Screenshot

Tutorial

To build and run this application, just follow our step-by-step tutorial.

Debugging

  1. In VS Code, select Terminal -> Run Task..., and pick "Watch All"
  2. Launch the VS Code debugger with configuration "Electron: All"

Contributing

Contributing to iTwin.js