Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yiskang/forge-viewer-offline-mode-demo
- Owner: yiskang
- License: mit
- Created: 2022-06-15T11:16:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T00:58:32.000Z (about 1 year ago)
- Last Synced: 2024-10-31T02:52:16.062Z (2 months ago)
- Language: HTML
- Size: 26.7 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)