/Cloud-Topology-Viewer

Tools to pre and post process topology object (.obj) for engineering analysis.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Cloud Topology viewer

This repo contain the code to build a web-app that consist of a viewer for .obj files to perform pre/post processing operation on specific topology.

View of the application

A little preview of what the application consist of, a viewer and a loader.

Build the project

From the root of the project. Install the dependencies:

npm install 

Build the application:

npx webpack

Now you can serve the application bu using a simple web server to serve the index.html file:

python3 -m http.server