How do I implement open studio Library in a web application?
Looking for some design ideas for implementing the open studio building model in an web application. The idea is to have a custom front end that will produce the geometry. The back end has to implement the open studio building model and should be capable to run energy analysis on it online.
As far as my understanding goes. Open studio exposes ruby bindings that exposes the C++ Object model as an API to the external world. Am looking for examples as to how to use it in an web application. Any body point me in the right direction please.
Cheers Karthick
Just to clear on what I am looking for.... More looking at design ideas and code samples that demonstrates hooks into Open studio core object model, right from importing or incorporating geometry on a blank Seed Model and then incorporating things like Design days and Other attributes of the building that help running a energy simulation.