exokitxr / exokit

Native VR/AR/XR engine for JavaScript 🦖
MIT License
994 stars 117 forks source link

Reality tab favorites #308

Open avaer opened 6 years ago

avaer commented 6 years ago

The URL input in the exokit-home "browser" repo doesn't track favorites, so the debugging loop for features like reality tabs can be a bit annoying.

Proposal:

chrislatorres commented 5 years ago

Allow a reality tabs CLI argument to boot multiple reality tabs at once, programatically

Reality tabs could now boot multiple reality tabs at once like here.

Track recent reality tabs in the home env, so you can select the most recent ones when debugging

Maybe this is similar to the links tab.

chrislatorres commented 5 years ago

Allow a reality tabs CLI argument to boot multiple reality tabs at once, programatically

The query could be expanded for multiple urls https://github.com/webmixedreality/exokit/blob/39c6754c3886295c48fb004aa6d915b3f7ae4023/examples/realitytabs.html#L2716

avaer commented 5 years ago

The query could be expanded for multiple urls It could, yes.