Re: [brlcad-devel] gqa not using TIE

2014-10-16 Thread Erik Greenwald
On Oct 15, 2014, at 8:01 PM, Erik Greenwald wrote: > Could you make the data/results public? (could even be a nifty blog post or > article) whoops, didn't see the links in the post-script. Very interesting graph, the non-tie line particularly. This was just one rt sample at eac

Re: [brlcad-devel] gqa not using TIE

2014-10-15 Thread Erik Greenwald
On Oct 15, 2014, at 6:06 PM, Ștefan-Gabriel Mirea wrote: > I made a little research to find the best value for > MIN_TRIANGLES_FOR_TIE[1]. I made a C++ program that generates a BoT > with a specified number of triangles, whose vertices are organized > like the nodes of the latitude-longitude

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

2014-05-31 Thread Erik Greenwald
On Sat, May 31, 2014 at 05:01:14PM +0530, Ankesh Anand wrote: > I will look into the other libraries again and try to pick an alternative > as soon as possible. Last time I looked at web graphing libs, the two that really looked impressive to me were D3 (which is a ten ton hammer) and flot. He

Re: [brlcad-devel] Single Sign-up

2014-05-20 Thread Erik Greenwald
On Tue, May 20, 2014 at 03:40:32PM -0400, Christopher Sean Morrison wrote: > > On May 20, 2014, at 11:18 AM, Jacob Burroughs wrote: > > > OpenID would make sense; I can look into how we might best use it and even > > may test it out at beta.brlcad.org > > OpenID, Google, Twitter, and Facebook l

Re: [brlcad-devel] Regarding BRL-CAD V24.0

2014-04-26 Thread Erik Greenwald
On Sat, Apr 26, 2014 at 01:15:37PM +0530, Raj Reddy wrote: > Hi. > > I am setting up a CI build system for python-brlcad. I require to install a > version of BRL-CAD in the bot. I'd imagine a continuous integration system should be pulling BRL-CAD as source from subversion (svn checkout ...). I

Re: [brlcad-devel] compiling brl-cad code

2014-01-25 Thread Erik Greenwald
On Sat, Jan 25, 2014 at 06:56:22PM +0530, GAURAV Agrawal wrote: > Hello > > I have downloaded the source code from repository as written in > > http://en.flossmanuals.net/contributors-guide-to-brl-cad/how-to-contribute/ > > but after that ,I dont know which command is to be executed because the

Re: [brlcad-devel] Red-black (RB) Trees

2014-01-17 Thread Erik Greenwald
On Thu, Jan 16, 2014 at 12:34:57PM -0600, Tom Browder wrote: > I now have the 2009 (third) edition of "Introduction to Algorithms" by > Cormen et alii upon which our red-black trees are based, and it > discusses the fix to eliminate the possible node deletion problem. > > I would like to fix our im

Re: [brlcad-devel] GCI: call for mentors

2013-10-21 Thread Erik Greenwald
On Mon, Oct 21, 2013 at 10:33:39AM -0700, Christopher Sean Morrison wrote: > > Google Code-In is set to begin in a few weeks and I will be applying for > BRL-CAD to participate. Friends at Google made it very clear that they were > happy with our participation last year and we should definitely

Re: [brlcad-devel] doc sprint summary

2013-10-20 Thread Erik Greenwald
Awesome! On Sat, Oct 19, 2013 at 11:44:11AM -0400, Christopher Sean Morrison wrote: > > On Oct 19, 2013, at 4:48 AM, H.S.Rai wrote: > > > Is it available for online purchase. If yes, then give URL? > > Not yet. We have a list of things we have planned to do within 1 week, 2 > weeks and 4 week

Re: [brlcad-devel] What C++ standard is expected?

2013-08-15 Thread Erik Greenwald
On Wed, Aug 14, 2013 at 11:41:30PM -0400, Christopher Sean Morrison wrote: > On Aug 11, 2013, at 12:30 PM, Tom Browder wrote: > > > I'm working on my C++ auto-man-page generator and need to know the C++ > > standard required so I can maybe use more modern features (like > > regex). I've tried to

Re: [brlcad-devel] Benchmark Results.

2013-07-31 Thread Erik Greenwald
On Thu, Aug 01, 2013 at 12:32:25AM +0530, Mohit Daga wrote: > Hi all, > > On Thu, Aug 1, 2013 at 12:17 AM, wrote: > > > Revision: 56390 > > http://sourceforge.net/p/brlcad/code/56390 > > Author: mohitdaga > > > > Recently there were structural changes in libicv. > > We are in a pro

Re: [brlcad-devel] Release 7.20.0 Nitpicking Comments from a User's Perspective

2011-06-07 Thread Erik Greenwald
On 6/7/11 3:58 PM, "Christopher Sean Morrison" wrote: > > On Jun 7, 2011, at 3:53 PM, Tom Browder wrote: > >> Sean, it looks like you're using the trunk, I'm using the released >> source package on sourceforge and the NEWS doesn't have the release >> date--neither does it have the "*.cmake" fil

Re: [brlcad-devel] geomcore build failure

2011-06-02 Thread Erik Greenwald
On 6/1/11 8:01 PM, "Christopher Sean Morrison" wrote: > > On Jun 1, 2011, at 12:58 PM, Christopher Sean Morrison wrote: > >> May have just found the answer to my own question.. was the geometry engine >> left in rt^3? I see unit test dirs and some sources in oldstuff, but no core >> code. >

Re: [brlcad-devel] Microsoft Visual Studio C++ and BRL-CAD

2010-10-29 Thread Erik Greenwald
On 10/29/10 2:24 PM, "Tom Browder" wrote: > I may soon be forced into using BRL-CAD on Windows and I would > appreciate some answers and hints from Windows developers: > > 1. What version of MSVC++ is recommended? We've been using MSVC8 (aka 2005). There was a variant of the build system for M

Re: [brlcad-devel] BRL-CAD version information for users

2009-07-14 Thread Erik Greenwald
brlcad/include/brlcad_version.h defines several strings and a couple functions that define version information at compile time. Our libraries tend to have a vers.c so each one can announce it's compile-time version,as well. Is this what you are looking for? These are all C things, I don't think the

Re: [brlcad-devel] "Gravitronic" or "Gravotronic" in Metaball?

2009-07-09 Thread Erik Greenwald
On 7/9/09 11:22 AM, "Tom Browder" wrote: > On Thu, Jul 9, 2009 at 09:00, Erik Greenwald wrote: > ... >> There are three method ID's defined > ... >>  * "blob", the Blinn method from SIGGRAPH '82 (I think). I can dig up the >>    journa

Re: [brlcad-devel] "Gravitronic" or "Gravotronic" in Metaball?

2009-07-09 Thread Erik Greenwald
On 6/23/09 11:28 AM, "Tom Browder" wrote: > On Tue, Jun 23, 2009 at 10:03, Erik Greenwald wrote: > ... >> Both 'gravotronic' and 'bitronic' were used as goofy placeholder names, with >> the proc-db intended to make animation sets. 'bitronic

Re: [brlcad-devel] "Gravitronic" or "Gravotronic" in Metaball?

2009-06-23 Thread Erik Greenwald
On 6/18/09 11:05 PM, "Tom Browder" wrote: > I see both spellings in file "src/proc-db/metaball.c." As I'm from > the old Saturday Serials at the movies gang, I vote for "gravitron" > but I'm not the author. Both 'gravotronic' and 'bitronic' were used as goofy placeholder names, with the proc-db

Re: [brlcad-devel] Introduction

2009-01-09 Thread Erik Greenwald
On 1/9/09 3:30 AM, "David" wrote: > Not sure I am in the right place but I wanted to introduce myself. I Good enough as any :) > have 10+ years of programing experience. Most of my time was spent > working in C++. > I do however have some java experience. I have worked with most major > relatio