[brlcad-devel] mk_superell missing

2014-05-26 Thread Raj Reddy
hi devs. While implementing python wrapping for superell, I found that mk_superell is not available. This prompted me to search for how they are created using mged and it turns out that . superell_in is used to create superell which is in src/libged/typein.c and on looking further it just create

Re: [brlcad-devel] Library for charts for BenchMarking

2014-05-26 Thread Piyush Parkash
On Sun, May 25, 2014 at 6:09 PM, H.S.Rai wrote: > Make a comparison of other options before we decide about use for > visualisation of Bench-marking data. Can this serve your purpose: Javascript InfoVIs Toolkit http://philogb.github.io/jit/ Example of Area Chart http://philogb.github.io/jit/sta

Re: [brlcad-devel] Library for charts for BenchMarking

2014-05-26 Thread H.S.Rai
On Mon, May 26, 2014 at 1:52 PM, Ankesh Anand wrote: > Sean had also suggested me to look into the licensing issue, I contacted the > HighCharts team and they assured us that we can use the free non-commercial > license. Licensing issue is bigger than ease of coding and look of charts. Our requir

[brlcad-devel] Regarding modularizing BRLCAD libwdb

2014-05-26 Thread Raj Reddy
folks, While working on python wrapping of brlcad-libraries, I have found a lot of primitives mk_xx function are lying in the xx.c file whereas some are lying in wdb.c ? Is this a uniformity issue ? Or it is done with some logic ! Cheers! Raj

Re: [brlcad-devel] Library for charts for BenchMarking

2014-05-26 Thread Ankesh Anand
> > For the requirements of charts you are exploring HighCharts library. > You need to search for other libraries with more clear licence, > suitable to our project. Sean had also suggested me to look into the licensing issue, I contacted the HighCharts team and they assured us that we can use th