All Projects → Autodesk-Forge → forge-digital-twin

Autodesk-Forge / forge-digital-twin

Licence: MIT license
Autodesk Forge application demonstrating various use cases in manufacturing, specifically in context of digital twins.

Programming Languages

javascript
184084 projects - #8 most used programming language
Pug
443 projects
CSS
56736 projects
SCSS
7915 projects

Projects that are alternatives of or similar to forge-digital-twin

itwinjs-core
Monorepo for iTwin.js Library
Stars: ✭ 493 (+418.95%)
Mutual labels:  autodesk, digital-twin
forge-bucketsmanager-desktop
View, Upload & Translate models: Desktop sample tool (.NET) to manage bucket, objects and translations (extract SVF)
Stars: ✭ 44 (-53.68%)
Mutual labels:  autodesk-viewer, autodesk-data-management
forge-configurator-inventor
Demo for Autodesk Forge Design Automation for Inventor
Stars: ✭ 33 (-65.26%)
Mutual labels:  autodesk, autodesk-forge
KodersHub
CodeEditor Mern WebApp specifically designed for Kids and Teens🤩
Stars: ✭ 25 (-73.68%)
Mutual labels:  expressjs
express-boilerplate
ExpressJS boilerplate with Socket.IO, Mongoose for scalable projects.
Stars: ✭ 83 (-12.63%)
Mutual labels:  expressjs
ng-nest-cnode
Angular 10 Front-End and Nestjs 7 framework Back-End build Fullstack CNode
Stars: ✭ 17 (-82.11%)
Mutual labels:  expressjs
typescript-express-starter-template
A lightweight starting template to use Typescript with ExpressJS with no bells and whistles.
Stars: ✭ 16 (-83.16%)
Mutual labels:  expressjs
pevn-starter
A basic example of how to use VueJS, Express and PostgreSQL in conjunction.
Stars: ✭ 53 (-44.21%)
Mutual labels:  expressjs
node-express-postgresql
Node, Express and PostgreSQL
Stars: ✭ 50 (-47.37%)
Mutual labels:  expressjs
todo-list
A practical web application built with Node.js, Express, and MySQL for you to readily record, view, and manage your tasks with an account: Create, view, edit, delete, filter, and sort expenses are as easy as pie 🥧
Stars: ✭ 18 (-81.05%)
Mutual labels:  expressjs
web-speech-demo
Learn how to build a simple text-to-speech voice app for the web using the Web Speech API.
Stars: ✭ 19 (-80%)
Mutual labels:  expressjs
mongo-crud
CRUD API built with MongoDB and Express
Stars: ✭ 18 (-81.05%)
Mutual labels:  expressjs
probook-server
Backend for probook social media app using Nodejs, mongodb, express, jwt etc. Frontend is React, redux, material ui.
Stars: ✭ 17 (-82.11%)
Mutual labels:  expressjs
dhiwise-nodejs
DhiWise Node.js API generator allows you to instantly generate secure REST APIs. Just supply your database schema to DhiWise, and a fully documented CRUD APIs will be ready for consumption in a few simple clicks. The generated code is clean, scalable, and customizable.
Stars: ✭ 224 (+135.79%)
Mutual labels:  expressjs
coconut
expressjs,博客网站,websocket聊天室,mongodb
Stars: ✭ 23 (-75.79%)
Mutual labels:  expressjs
i18n-demo
A simple i18n demo app with Angular and expressjs
Stars: ✭ 12 (-87.37%)
Mutual labels:  expressjs
media-scanner
A service used with CasparCG Server software for scanning media located on the server. Queried with query and thumbnail commands through CasparCG Server using AMCP.
Stars: ✭ 25 (-73.68%)
Mutual labels:  expressjs
schematics
Schematics for adding Okta Auth to your projects
Stars: ✭ 60 (-36.84%)
Mutual labels:  expressjs
express-expeditious
flexible caching middleware for express endpoints
Stars: ✭ 42 (-55.79%)
Mutual labels:  expressjs
Online-Examination-System
Technologies : React js, Node js, Express js, Mongo Db, Ant Design, Redux js Key features: 1. User management 2. Modular code 3. Permission management 4. Persistent answers on page refresh in the test portal 5. Examination results using graphs 6. Results can directly be downloaded as excel sheet 7. Feedback system
Stars: ✭ 37 (-61.05%)
Mutual labels:  expressjs

Forge Digital Twin Demo

Platforms Node.js License

Viewer Data-Management OSS Model-Derivative

Intermediate

Autodesk Forge application demonstrating various use cases in manufacturing, specifically in context of digital twins.

Screenshot

Live demo

Master branch is deployed to http://forge-digital-twin.autodesk.io.

Development

Prerequisites

Setup

  • clone this repository
  • install dependencies: npm install
  • run server with all the required env. variables
    • for example, on macOS:
      export FORGE_CLIENT_ID=<client-id>
      export FORGE_CLIENT_SECRET=<client-secret>
      export FORGE_MODEL_URN=<model-urn>
      export MONGODB_URL=<mongodb-connection-string>
      npm start
    • or, when using Visual Studio Code, add this configuration to your .vscode/launch.json:
          {
              "type": "node",
              "request": "launch",
              "name": "Launch Express Server",
              "program": "${workspaceFolder}/server.js",
              "env": {
                  "FORGE_CLIENT_ID": "<client-id>",
                  "FORGE_CLIENT_SECRET": "<client-secret>",
                  "FORGE_MODEL_URN": "<model-urn>",
                  "MONGODB_URL": "<mongodb-connection-string>"
              }
          }
  • go to http://localhost:3000

Deployment

Deploy

Sample data

Features

  • Heatmaps (using the viewer's theming color API)
  • Annotations
  • Animations

Support

For support, please contact [email protected].

License

This sample is licensed under the terms of the MIT License. Please refer to LICENSE for more details.

Written by

Petr Broz (@ipetrbroz), Varun Patil, Forge Partner Development Group

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].