All Projects → Autodesk-Forge → models.autodesk.io

Autodesk-Forge / models.autodesk.io

Licence: MIT license
Authorization and file translation demo in Node.js : Translates your 2D/3D models online for the Forge Viewer without programming at all

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to models.autodesk.io

viewer-javascript-extract.spreadsheet
Extract Revit Properties into Excel: This sample uses Model Derivative API endpoints to read a Revit project properties and create a XLSX Excel file with one sheet for each type/category with all objects on it
Stars: ✭ 35 (-18.6%)
Mutual labels:  viewer, model-derivative
forge.commandline-nodejs
Authorisation and translation via console application: Command line tool demonstrating the authorisation and translation process using a Node.js console application
Stars: ✭ 15 (-65.12%)
Mutual labels:  viewer, model-derivative
Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Stars: ✭ 220 (+411.63%)
Mutual labels:  viewer
ts3admin.class
The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!
Stars: ✭ 107 (+148.84%)
Mutual labels:  viewer
Lol Model Viewer
League of legends model and animation viewer based on WebGL. https://tengge1.github.io/lol-model-viewer
Stars: ✭ 211 (+390.7%)
Mutual labels:  viewer
Jquery Viewer
A jQuery plugin wrapper for Viewer.js.
Stars: ✭ 235 (+446.51%)
Mutual labels:  viewer
rPBR
Physically based rendering (PBR) for raylib
Stars: ✭ 72 (+67.44%)
Mutual labels:  viewer
niivue
a WebGL2 based NIFTI volume viewer
Stars: ✭ 84 (+95.35%)
Mutual labels:  viewer
react-viewer
Online EPUB/Comics viewer
Stars: ✭ 52 (+20.93%)
Mutual labels:  viewer
viewer
🖼 Simple file viewer with slideshow for media
Stars: ✭ 68 (+58.14%)
Mutual labels:  viewer
vim-webgl-viewer
An easy to use online 3D model viewer based on Three.JS.
Stars: ✭ 41 (-4.65%)
Mutual labels:  viewer
Graphql Rover
🚀 GraphQL + Vue.js + D3.js schema viewer, powered by introspection.
Stars: ✭ 239 (+455.81%)
Mutual labels:  viewer
goobi-viewer-core
Goobi viewer - Presentation software for digital libraries, museums, archives and galleries. Open Source.
Stars: ✭ 18 (-58.14%)
Mutual labels:  viewer
Bootstrap Listr
Beautiful, responsive directory listings built upon Bootstrap
Stars: ✭ 231 (+437.21%)
Mutual labels:  viewer
D3hex
The first dataflow based Hex-Editor!
Stars: ✭ 45 (+4.65%)
Mutual labels:  viewer
Jsontreeviewer
json formatter/viewer/pretty-printer (with jsonTree javascript-library)
Stars: ✭ 211 (+390.7%)
Mutual labels:  viewer
Vscode Data Preview
Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
Stars: ✭ 245 (+469.77%)
Mutual labels:  viewer
Simple-Data-Explorer
Simple Data Explorer
Stars: ✭ 37 (-13.95%)
Mutual labels:  viewer
oculante
A minimalistic crossplatform image viewer written in rust
Stars: ✭ 169 (+293.02%)
Mutual labels:  viewer
WindowTextExtractor
WindowTextExtractor allows you to get a text from any window of an operating system including asterisk passwords
Stars: ✭ 128 (+197.67%)
Mutual labels:  viewer

models.autodesk.io sample

Node.js Platforms License

Forge API: oAuth2 Data-Management OSS Model-Derivative Viewer

Note: For hosting this sample, you do not need any credentials. But anyone using the sample will need valid credentials for the upload /translation process. Visit the Forge WEB site for instructions to get on-board.

Live demo at

https://models.autodesk.io/

Thumbnail

thumbnail

Description

This sample exercises and demonstrates the Autodesk Forge API authorization, and translation process mentioned in the Quick Start guide. It provides you a quick way to get file ready for viewing on your own account without programming.

Dependencies

This sample is dependent of Node.js and few Node.js extensions which would update/install automatically via 'npm'.

  1. Node.js - built on Chrome's JavaScript runtime for easily building fast, scalable network applications. You can get Node.js from here

This sample is also dependent on the client side on couple of javascript library which are installed along this sample:

  1. filedrop.js - A Self-contained cross-browser HTML5, legacy, AJAX, drag & drop JavaScript file upload, available here.

  2. flipclock.js - A flip clock javascript library, available here.

  3. zeroclipboard.js - A library which provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface, available here.

Setup/Usage Instructions

The sample was created using Node.js and javascript.

Deploy on Heroku

Deploy

Setup

  1. Download and install Node.js (that will install npm as well)
  2. Download this repo anywhere you want (the server will need to write files, so make sure you install in a location where you have write permission, at least the 'uploads' folder)
  3. Execute 'npm install', this command will download and install the required node modules automatically for you.
    npm install
    
  4. You are done for the setup, launch the node server using the command '[sudo] node start.js'. sudo is required only on OSX and Linux.
    • Windows
    [set PORT=<port>]
    node start.js
    
    • OSX/Linux
    sudo [PORT=<port>] node start.js
    

    Note: the port argument can be omitted and default to port 3000. If port 3000 is already in use by another application, you can use any other free port. But in the next section you would need to specify the port to use, i.e. http://localhost[:port]/

Use of the sample

Translating files

  1. Start your favorite browser supporting HTML5 and WEBGL and browse to http://localhost:3000/.
    Note: In case you use a different port above do not forget to include it in the URL. I.e. http://localhost:8000/.
  2. Drag'n Drop your files into the 'Drop area' or browse for individual files, That's it.
    Or choose one of the proposed sample from the Dropbox and click on teh the 'Translate this one for me'.
  3. After the translation completed successfully, you can copy the encoded urn string that you can use to view the results, in a html page which supports the Autodesk viewer.
  4. You are done with translation.

License

This sample is licensed under the terms of the MIT License. Please see the LICENSE file for full details.

Written by

Cyrille Fauvel
Forge Partner Development
http://developer.autodesk.com/
http://around-the-corner.typepad.com

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].