calib-oups

Calib-oups

Calibration app and recording app for the OUPS! connected object. To access the apps, go to the following link:

Older versions

These versions are no longer maintained but kept to make it work with older devices.

Development

The app is already available online through github pages (on push to main). The following instructions describe development steps to modify the app.

How to run locally

To deploy the application, simply host the index.html with the associated files on a web server. To ease development, you can use a “live server” to change the webpage in real time. See live server for more information.

You can also use python with python -m http.server or any other web server of your choice.

Changelogs