


Habitat - AR tool
Habitat is a software that allows the management of 10 points of interest represented by black-and-white two-dimensional markers to which content can be associated for augmented reality visualization. Through Habitat, it is possible to create a 10-step route with 10 objects visible in augmented reality by accessing a simple web page via a smartphone
The web app utilizes open libraries AR.js and Three.js to display marker/content associations in AR and does not require the download of client applications from app marketplaces.
The web app consists of:
- A backend that manages and edits the content.
- A frontend that displays 3D models or images by associating them with the physical marker.
The application is executed using a Python server with Flask.