Re: [brlcad-devel] Vector Drawing NURBS

2016-03-14 Thread Christopher Sean Morrison
> On Mar 15, 2016, at 12:28 AM, Jawadh Salih Rifath > wrote: > > Yeah I'll try.But could you just tell me what actually you want. Because I > feel like I don't fully understand the requirement of the project This is not setting a productive tone, and it's probably / hopefully not representa

[brlcad-devel] Studying fixes required.

2016-03-14 Thread chintan zaveri
After crash of Ubuntu, I have set-up the OGV on Debian. I appreciate the work done till now, but requires some fixes/ enhancements. I am preparing the list of fixes/ enhancement to update my proposal. As per your suggestion, I attach herewith links(Google Drive) of screenshots. 1. https://driv

Re: [brlcad-devel] Vector Drawing NURBS

2016-03-14 Thread Jawadh Salih Rifath
Yeah I'll try.But could you just tell me what actually you want. Because I feel like I don't fully understand the requirement of the project Thanks. On 15 March 2016 at 09:31, Christopher Sean Morrison wrote: > > > > On Mar 14, 2016, at 11:06 PM, Jawadh Salih Rifath < > jawadhsalih.wo...@gmail.

Re: [brlcad-devel] Approval and patch.

2016-03-14 Thread Christopher Sean Morrison
> On Mar 14, 2016, at 3:48 AM, Shubham Chauhan wrote: > > >> >> Something to add to the list is looking for existing bugs and patching them. > > There are many other tasks like deployment and debugging in the list (but is > not in the list I shared), had kept that once gsoc coding period

Re: [brlcad-devel] Vector Drawing NURBS

2016-03-14 Thread Christopher Sean Morrison
> On Mar 14, 2016, at 11:06 PM, Jawadh Salih Rifath > wrote: > > Can I just implement a vector struct (with 3 doubles) and define a 3d vector > representation of the coordinates of the 3d models.? You're welcome to suggest this in your proposal, if you can provide much more detail about the

Re: [brlcad-devel] Vector Drawing NURBS

2016-03-14 Thread Jawadh Salih Rifath
Can I just implement a vector struct (with 3 doubles) and define a 3d vector representation of the coordinates of the 3d models.? On 15 March 2016 at 07:55, Christopher Sean Morrison wrote: > > > > On Mar 14, 2016, at 2:22 AM, Jawadh Salih Rifath < > jawadhsalih.wo...@gmail.com> wrote: > > > > I

Re: [brlcad-devel] google summer of code : Geometry Conversion Library

2016-03-14 Thread Christopher Sean Morrison
> On Mar 14, 2016, at 7:12 PM, Margaret Hu wrote: > > studied the 3dm-g file converter, you may say it is easy (if you know what > was going on), But there is a steep learning curve to know what is going on. I suggested it is easy because our brep/nurbs support is actually 3dm data packed in

Re: [brlcad-devel] Vector Drawing NURBS

2016-03-14 Thread Christopher Sean Morrison
> On Mar 14, 2016, at 2:22 AM, Jawadh Salih Rifath > wrote: > > Isn't simply like finding a vector representation for sphere, parabolic > surfaces. ? Sure, simple. No, not at all the same. Sean -- Transform Data

Re: [brlcad-devel] Project Proposal Structure

2016-03-14 Thread Christopher Sean Morrison
> On Mar 14, 2016, at 4:55 AM, Jawadh Salih Rifath > wrote: > > I want to know the structure of a Project Proposal if is there any or someone > please guide me to make one. There is intentionally no structure but there is expected content and level of detail. As Inderpreet suggested, check

Re: [brlcad-devel] google summer of code : Geometry Conversion Library

2016-03-14 Thread Margaret Hu
studied the 3dm-g file converter, you may say it is easy (if you know what was going on), But there is a steep learning curve to know what is going on. So basically an input .3dm file is passed to the opennurbs library and get a pointer to ONX_Model, now what is needed is to explore the ONX_Model d

Re: [brlcad-devel] Help understanding code

2016-03-14 Thread Vasco Alexandre da Silva Costa
On Mon, Mar 14, 2016 at 6:32 PM, Param Hanji wrote: > Hello, > > I got the -z working. However only CPU parallelization is done. In my > build/CmakeCache.txt, the boolean BRLCAD_ENABLE_OPENCL is OFF. > I guess Cmake isn't detecting OpenCL on your system. You might have to run 'cmake-gui' in orde

Re: [brlcad-devel] Approval and patch.

2016-03-14 Thread Shubham Chauhan
On Mon, Mar 14, 2016 at 10:39 PM, chintan zaveri wrote: > kindly guide me about the bugs from your side so that they are not left > unattended. > Looking for a todo list just to incorporate it into your proposal, saying that you'll be doing it, does not seems to be a good idea. 1. I told you abo

Re: [brlcad-devel] Approval and patch.

2016-03-14 Thread Shubham Chauhan
Hey, > It's just that adding new feature mostly gives lesser exposure to code as > compared to fixing an existing bug. Well, that can be achieved by adding new features as well. Showing your skills by fixing bugs will be good, given that the bug involves you to look, understand and change code

Re: [brlcad-devel] Help understanding code

2016-03-14 Thread Param Hanji
Hello, I got the -z working. However only CPU parallelization is done. In my build/CmakeCache.txt, the boolean BRLCAD_ENABLE_OPENCL is OFF. I'm guessing that's why my OpenCL files don't compile. How do I change this? -- T

Re: [brlcad-devel] GSoC 2016 (Introduction)

2016-03-14 Thread Charlie Stirk
On Mon, Mar 14, 2016 at 8:05 AM, Amritpal Singh wrote: > On Fri, Mar 11, 2016 at 10:32 PM, Charlie Stirk wrote: > > This thread is probably the best place to continue the discussion for now > > because the hard part will be figuring out how to do the IFC procedural > > geometry with BRL-CAD. B

Re: [brlcad-devel] Approval and patch.

2016-03-14 Thread chintan zaveri
Hey Shubham and Inderpreet, I appreciate your suggestion, kindly guide me about the bugs from your side so that they are not left unattended. There are many things I am planning out, I will make a rough proposal in 1-2 days. Kindly help me to overview. On Mar 14, 2016 1:23 PM, "Inderpreet Singh"

Re: [brlcad-devel] Help understanding code

2016-03-14 Thread Christopher Sean Morrison
> However, parallel ray trace fails on every primitive(including ell, ehy, sph > etc). I get a message on the terminal saying '-z doesn't exist', generated by > function db_lookup(). A quick grep takes my to the function in librt. The > option is checked here using RT_DBHASH(). The db_lookup()

Re: [brlcad-devel] Help understanding code

2016-03-14 Thread Param Hanji
Hi everyone, Sorry for the brief period of absence. I did a fresh build and got the GUI working. A build with .cl file for accelerating epa also completes successfully. I've generated the .patch file as well. However, parallel ray trace fails on every primitive(including ell, ehy, sph etc). I get

Re: [brlcad-devel] GSoC 2016 (Introduction)

2016-03-14 Thread Amritpal Singh
On Fri, Mar 11, 2016 at 10:32 PM, Charlie Stirk wrote: > This thread is probably the best place to continue the discussion for now > because the hard part will be figuring out how to do the IFC procedural > geometry with BRL-CAD. BRL-CAD already uses STEPcode for their STEP > importer. So the

Re: [brlcad-devel] Project Proposal Structure

2016-03-14 Thread Inderpreet Singh
On Mon, Mar 14, 2016 at 2:25 PM, Jawadh Salih Rifath wrote: > I want to know the structure of a Project Proposal if is there any or > someone please guide me to make one. Just take a look at the old proposals. They are all at wiki. -- Inderpreet Singh Ekoankar Sahai ishwerdas.com facebook.com/o

[brlcad-devel] Project Proposal Structure

2016-03-14 Thread Jawadh Salih Rifath
I want to know the structure of a Project Proposal if is there any or someone please guide me to make one. -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Accelera

Re: [brlcad-devel] Approval and patch.

2016-03-14 Thread Inderpreet Singh
On Mon, Mar 14, 2016 at 1:18 PM, Shubham Chauhan wrote: > There are many other tasks like deployment and debugging in the list (but is > not in the list I shared), had kept that once gsoc coding period starts :P Yeah, I got that. It's just that adding new feature mostly gives lesser exposure to c

Re: [brlcad-devel] BRL-CAD's OGV

2016-03-14 Thread Inderpreet Singh
On Sat, Mar 12, 2016 at 8:39 AM, Amrinder Singh wrote: > I'm facing problem while running below command: > meteor update --release 1.2.1 > > It shows me error as below: > " > Unable to update package catalog (are you offline?) > > If you are using Meteor behind a proxy, set HTTP_PROXY and HTTPS_PR

Re: [brlcad-devel] Approval and patch.

2016-03-14 Thread Shubham Chauhan
> > Something to add to the list is looking for existing bugs and patching > them. > > There are many other tasks like deployment and debugging in the list (but is not in the list I shared), had kept that once gsoc coding period starts :P

Re: [brlcad-devel] Approval and patch.

2016-03-14 Thread Inderpreet Singh
On Sun, Mar 13, 2016 at 10:17 PM, Divam Gupta wrote: > I was out this weekend so I couldn't start working. > > Thanks for sharing the list. Something to add to the list is looking for existing bugs and patching them. -- Inderpreet Singh Ekoankar Sahai ishwerdas.com facebook.com/okayinder https: