Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yiskang/forge-viewer-offline-mode-demo

This sample demonstrates how to make minimap and levels extension work with Forge Viewer offline mode.
https://github.com/yiskang/forge-viewer-offline-mode-demo

Last synced: 21 days ago
JSON representation

This sample demonstrates how to make minimap and levels extension work with Forge Viewer offline mode.

Awesome Lists containing this project

README

        

# Forge Viewer offline mode demo

![Platforms](https://img.shields.io/badge/platform-Windows|MacOS-lightgray.svg)
[![MIT](https://img.shields.io/badge/License-MIT-blue.svg)](http://opensource.org/licenses/MIT)

# Description

This sample demonstrates how to make minimap and levels extension work with Forge Viewer offline mode following this blog https://forge.autodesk.com/blog/consume-aec-data-svfs-your-own-server

## Thumbnail

![thumbnail](thumbnail.png)

### Run locally

Install [NodeJS](https://nodejs.org), and type the following command in the terminal console

```bash
npm start # or npx http-server
```

It will use [http-server](https://github.com/http-party/http-server) to host a temporary web server on the root folder of this project, and then open http://localhost:8080 in your web browser.

# License

This sample is licensed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Please see the [LICENSE](LICENSE) file for full details.

## Written by

Eason Kang [@yiskang](https://twitter.com/yiskang), [Forge Partner Development](http://forge.autodesk.com)