Shared-Reality-Lab / IMAGE-HAPI

This repository contains both the java and JS/TS versions of the HAPI (Haply's API)
0 stars 0 forks source link

Investigate whether UI should be constantly running in the background or not? #21

Open sriGanna opened 3 years ago

sriGanna commented 3 years ago

Currently, we haven't thought through how the applications will be launched. Once launched will the haply code be constantly running in the background or will we need to relaunch with each new rendering? What are the considerations/ ramifications for each approach?

jeffbl commented 3 years ago

In the current approach, we're only planning one extension. For the majority of users, they will not have a Haply or other haptic device, so the haptic portions of the extension must be written to be dormant if not in use. Worst case would be if it had a running loop or something all the time even with no Haply connected, slowing down the browser, reducing laptop battery life, etc.