Hybrid Extended Learning Platform is a software package that aims to ease the creation of XR content for intructional usage. The principle is to use a unique web interface to design instructional activities with augmentations and access it throught AR ou VR client.
This repository contains the source code for the web interface of the authoring tool and its documentation. It is part of the HELP porject. To properly work, it requires also the HELP API (the URL to the the API has to be define through the variable VITE_API_URL
).
This interface allow the creation of environments, the creation of activites, and the importation of model. It is also through the web app that learners can connect to its account on a client (XR headset).
Component documentation is available at the following address : https://erpi-ul.github.io/HELP-web/
This component use Docker to ease the deployment.
docker compose -f docker-compose.dev.yml up -d
docker compose -f docker-compose.prod.yml up -d
The development of the tool that initiated this work was funded by the Grand Est region.