cwi-dis / VR2Gather

Unity application framework for immersive social VR
MIT License
2 stars 6 forks source link

Need a factory and abstract interfaces to protocol handlers. #165

Closed jackjansen closed 5 months ago

jackjansen commented 5 months ago

Like for pipelines, we also need an abstract interface to protocol handlers. So the same common API for construction of senders and receivers, and the same API for transmission and reception.

jackjansen commented 5 months ago

Duplicate of #150