Hi, I am building a standalone brlcad viewer, the idea is to take a .g file 
read it into a buffer then parse it through librt and then finally draw it 
using libdm. The end result will be an executable that when double clicked will 
view the model. The motivation is to make .g files distributable. More details 
(http://brlcad.org/wiki/Geometry_Viewer_Application_for_BRL-CAD).

Now I am trying to interface librt with my application i.e., I want to call 
db_open (I guess) from my application and then pass on the output to libdm for 
drawing purposes. I would like to ask what is the call-graph or lifecycle of a 
.g file when it is opened "normally" in brlcad? The example application 
(http://brlcad.org/wiki/Example_Application) is surely a big help but it would 
make things a lot easier for me if I know the exact interface points of librt 
(and later libdm).

Meanwhile I am exploring "isst" to achieve the same.

Technische Universität München
Syed Asadullah Hussain
MS Informatik


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://sdm.link/zohomanageengine
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to