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.
A little preview of what the application consist of, a viewer and a loader.
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