Looking-Glass / bridge.js

Bridge.js is a javascript API for interacting with Looking Glass displays via Looking Glass Bridge 2.2.0+
https://lookingglassfactory.com/software/looking-glass-bridge
MIT License
8 stars 0 forks source link

Feature/hologram factory #4

Closed BryanChrisBrown closed 1 year ago

BryanChrisBrown commented 1 year ago

This branch adds new hologramFactory function to bridge client, this allows us to more dynamically create a hologram, without having to know which class to instantiate.

There is a new component called hologramFormon the demo app which allows the user to cast any hologram from a url or file path to demonstrate this functionality.

We also better showcase connecting and disconnecting from the demo app UI.