Skip to content

Construkted-Reality/3DT-Local-viewer

Repository files navigation

3DT Local Viewer

This viewer allows for the display of 3D Tiles on a local machine.
The viewer is based on CesiumJS renderer

  • No installation is required (portable),
  • No internet connection is required,
  • Basic measurement tools.

How to start web page in hot reload mode

1 make sure that config.runMode is "web" 2 go to the root web-page folder(port 1237, 3000 should be free).

yarn start

How to run an electron executable in development mode.

go to the root folder and run these commands(port 3000 should be free).

yarn install
yarn start

How to run web page in dev development mode.

go to the web-page folder and run these commands.

yarn install
yarn start

How to make executable.

note that this will take some time, about 30 min. package will be generated at "out" folder.

npm run make  

How to run

Before push

1 change version in package.json 2 update changelog