Skip to content

Latest commit

 

History

History
111 lines (74 loc) · 4.11 KB

README.md

File metadata and controls

111 lines (74 loc) · 4.11 KB

Waldo (Front-End Module)

Front-End module for model rendering and information marking.

The Waldo Module provides the user with the possibility to manage both 2D (i.e. digital images) and 3D models, render them into a web-based environment (using Providers) and place some markers on them.

Supported (and Tested) Formats

  • png
  • obj+mtl
  • gltf

Available Providers

  • Native HTML
    • HTML Image View: simple 2D image view using the tag.
  • HTML + Leaflet
    • HTML Image Marker: 2D image view (using tag) and marking using Leaflet.
  • ThreeJS
    • OBJ Model Viewer: view 3D models in OBJ+MTL format.
    • OBJ Model Navigator: view and navigate 3D models in OBJ+MTL format.
    • OBJ Model Marker: view, navigate, and markup 3D models in OBJ+MTL format.
    • GLTF Model Viewer: view 3D models in GLTF format.
    • GLTF Model Navigator: view and navigate 3D models in GLTF format.
    • OBJ Model Viewer: view 3D models in OBJ+MTL format.
    • OBJ Model Navigator: view and navigate 3D models in OBJ+MTL format.
    • OBJ Model Marker: view, navigate, and markup 3D models in OBJ+MTL format.
    • GLTF Model Viewer: view 3D models in GLTF format.
    • GLTF Model Navigator: view and navigate 3D models in GLTF format.
    • GLTF Model Marker: view, navigate, and markup 3D models in GLTF format.
    • GLTF Model Marker: view, navigate, and markup 3D models in GLTF format.
  • A-Frame
    • OBJ Model Viewer: view 3D models in OBJ+MTL format.
    • OBJ Model Navigator: view and navigate 3D models in OBJ+MTL format.
    • OBJ Model Marker: view, navigate, and markup 3D models in OBJ+MTL format.
    • GLTF Model Viewer: view 3D models in GLTF format.
    • GLTF Model Navigator: view and navigate 3D models in GLTF format.
    • GLTF Model Marker: view, navigate, and markup 3D models in GLTF format.

Installalation

Dependencies

Run in a local environment (for test purposes)

  • Clone this repository
  • Go to the downloaded directory
  • Open two terminal windows/tabs:
    • In one window/tab, run ng serve
    • In the other:
      • go to the mocked-server directory
      • run json-server --watch waldo-db.json

Screenshots

model-list-1

model-list-2 add-model-1

add-model-2

add-model-2

model-details-1 model-details-2

model-details-3

app-info-1

app-info-2

Useful Links

Internal References

Development Documentation

Application Domain Approach Document (in Italian)

Requirement Analysis Document (in Italian)

System Design Document (in Italian)

Slides (in Italian)

Report (in Italian)

Contacts

Open an Issue

Author Github Profile

External References

Leaflet Documentation

WebGL Specification

ThreeJS Documentation

A-Frame Documentation

JSON-Server