cdanewschool / vr_embryo

repository for vr experimenting
MIT License
5 stars 1 forks source link

plan for scalability in the architecture #11

Open defenestrated opened 6 years ago

defenestrated commented 6 years ago

perhaps think about incorporating a framework like react or vue?

(would be great to get an outside opinion on this)

paulvill commented 6 years ago

For the storage of the datasets, it could also be interesting to think about how to organize the datasets on a database.

We have a similar issue on the Embryo Digital Atlas where we discussed the possibility to use the OMERO framework.

The question would be to be able to extract the images from the database in a parametrized manner, so that we can load them in the viewer. There are some info here

defenestrated commented 6 years ago

Another interesting thing to think about is the idea of incorporating responsive design into the relationship between the "main" site and the VR experience – ideally, we should be able to build one site, with one data model and one rendering pipeline.

The only thing that should change is the way in which that rendering happens – webVR with vive handles at a high FPS, webVR but somehow lower-fidelity for mobile systems like cardboard, webGL for desktop browsers, or something even lighter for 2d mobile browsers... the webVR api might be helpful here.

this is obviously relevant to issue #7