Re: [brlcad-devel] Approval and patch.

2016-03-09 Thread chintan zaveri
Hi Subham, I am working on Wire-frame of the model. I have worked on OpenGL (Fix pipeline). And ThreeJS is shader based, interesting and challenging. So I am planning to work on material after wire-frame patch. And / or something from TODO list, if anything can be done in 4-5 days. TODO list wil

Re: [brlcad-devel] GSoC Introduction

2016-03-09 Thread Shubham Chauhan
> Hello, > My name is Olexandr Dubenko, second year student learning CS. This is my > first Google SoC, but I participated in Google Code-In 2013 with brl-cad. I > have experience in Web development and I hope to gain more this summer. > > I am interested in improving BRL-CAD website. > Hey Olexan

Re: [brlcad-devel] Approval and patch.

2016-03-09 Thread Shubham Chauhan
Hey Chintan, Its good to see you making progress in learning the framework over which OGV is built. > > > As per suggestion from Inderpreet, I have put very minor patch of > upgrading to higher version of Meteor. (Other patch on W.F. in 1-2 days) > > Kindly overview it. > https://github.com/BRL-CA

[brlcad-devel] Approval and patch.

2016-03-09 Thread chintan zaveri
Hi, As per suggestion from Inderpreet, I have put very minor patch of upgrading to higher version of Meteor. (Other patch on W.F. in 1-2 days) Kindly overview it. https://github.com/BRL-CAD/OGV-meteor/pull/26 Regards, Chintan. --- Follo

Re: [brlcad-devel] REF: Help Understand the Code.

2016-03-09 Thread benson chepkwony
Hi Costa, Are we suppose to be "Porting" these primitives the(RHC, ARB4, DSP, EXTRUDE etc) from its current rendering structure to OpenCL? Is there any compatible issues with moving these primitives to OpenCL? In order to "Port" these pimitives are we going to just "read in" their extensions to

Re: [brlcad-devel] Automatic polygonal mesh healing project

2016-03-09 Thread Christopher Sean Morrison
> This is just a suggestion but you can get an idea of how mesh healing > techniques work in practice by looking at the MeshLab program: > http://meshlab.sourceforge.net/ A word of caution — Meshlab is GPL software. While I would love to incorporate them whole

[brlcad-devel] Moving to a new server

2016-03-09 Thread Christopher Sean Morrison
Devs et al., Just wanted to let everyone know that we’ll be moving to a new dedicated hosting provider and new server hardware over the next week. We’ve been with our current hosting provider for 10+ years, but we’re overdue a change(*). That said, some things will remain the same. It’ll sti

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

2016-03-09 Thread Vasco Alexandre da Silva Costa
On Thu, Mar 10, 2016 at 1:17 AM, Vasco Alexandre da Silva Costa < vasco.co...@gmail.com> wrote: > On Thu, Mar 10, 2016 at 12:21 AM, Margaret Hu > wrote: > >> Sean: >> >> >>Not really — that is your job to propose a best candidate — but we do >> keep notes on our geometry conversion desires in our

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

2016-03-09 Thread Vasco Alexandre da Silva Costa
On Thu, Mar 10, 2016 at 12:21 AM, Margaret Hu wrote: > Sean: > > >>Not really — that is your job to propose a best candidate — but we do > keep notes on our geometry conversion desires in our TODO file. There is a > section entitled >>CONVERTERS that pertain to our conversion interests. > > Than

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

2016-03-09 Thread Margaret Hu
Sean: >>Not really — that is your job to propose a best candidate — but we do keep notes on our geometry conversion desires in our TODO file. There is a section entitled >>CONVERTERS that pertain to our conversion interests. Thanks for the information, looking at the CONVERTERS section in the TO

Re: [brlcad-devel] REF: Help Understand the Code.

2016-03-09 Thread Vasco Alexandre da Silva Costa
On Wed, Mar 9, 2016 at 4:52 AM, benson chepkwony wrote: > Hi Costa, > I just went through your logs. And its seems on your patch, you modified > Three files; EHY, ELL and ARB8. And in specific you worked on Elliptical > Hyperboloid, Ellipsoid and Polyhedron Algorithms. > Actually I worked on ARB

Re: [brlcad-devel] Automatic polygonal mesh healing project

2016-03-09 Thread Vasco Alexandre da Silva Costa
On Wed, Mar 9, 2016 at 5:16 PM, Rakshika Bagavathy < rakshika.bagava...@gmail.com> wrote: > Hello, > > I read on the mailing list that 'Automatic polygonal mesh healing' is a > viable project. I got interested and familiarized myself with the > techniques. > > My knowledge right now is that there

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

2016-03-09 Thread Charlie Stirk
If you are interested in BIM with IFC using STEPcode and BRL-CAD, take a look at how IfcOpenShell does IFC with OpenCasCade. IFC geometry entities are the same as STEP's in part42, they just add the prefix of IFC to each entity. IFC also contains some procedural stuff like extrusions. So on i

[brlcad-devel] Automatic polygonal mesh healing project

2016-03-09 Thread Rakshika Bagavathy
Hello, I read on the mailing list that 'Automatic polygonal mesh healing' is a viable project. I got interested and familiarized myself with the techniques. My knowledge right now is that there may be gaps, overlaps, T-joints and slivers in the geometry objects and we process them one by one. 1.

Re: [brlcad-devel] GSoC Introduction

2016-03-09 Thread Christopher Sean Morrison
> On Mar 9, 2016, at 11:29 AM, Oleksandr Dubenko wrote: > > My name is Olexandr Dubenko, second year student learning CS. This is my > first Google SoC, but I participated in Google Code-In 2013 with brl-cad. I > have experience in Web development and I hope to gain more this summer. Welcome

[brlcad-devel] GSoC Introduction

2016-03-09 Thread Oleksandr Dubenko
Hello, My name is Olexandr Dubenko, second year student learning CS. This is my first Google SoC, but I participated in Google Code-In 2013 with brl-cad. I have experience in Web development and I hope to gain more this summer. I am interested in improving BRL-CAD website. The reason I want to wor

Re: [brlcad-devel] Contribute

2016-03-09 Thread Christopher Sean Morrison
> Please can someone help me, i tried to build BRL-Cad without success; > > this is the result of the make: > > [ 75%] Built target svg-dtd-expand > [ 75%] Built target xsl-expand > make[2]: *** No rule to make target > `doc/docbook/system/man1/en/./pixcrop.valid', needed by > `share/doc/htm

[brlcad-devel] Contribute

2016-03-09 Thread Christian Ngoulla Sob
Hi, Please can someone help me, i tried to build BRL-Cad without success; this is the result of the make: [ 75%] Built target svg-dtd-expand [ 75%] Built target xsl-expand make[2]: *** No rule to make target `doc/docbook/system/man1/en/./pixcrop.valid', needed by `share/doc/html/man1/en/pixcrop.h

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

2016-03-09 Thread Amarjeet Kapoor
On Mar 9, 2016 2:00 PM, "Christopher Sean Morrison" wrote: > Given your experience with SIM and its relation to BIM data, you may want to ask on the STEPcode list if there are any potential projects of interest. I could see you proposing something related to handling IFC data files: https://en.w

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

2016-03-09 Thread Shubham Chauhan
Hi Amrinder, Online Geometry Viewer is developed using Meteor framework which is entirely javascript based. You'll find the code for OGV here: https://github.com/BRL-CAD/OGV-meteor > [0] http://brlcad.org/wiki/Online_Geometry_Viewer_Interface > [1] http://brlcad.org/wiki/Online_Geometry_Viewer_B

[brlcad-devel] BRL-CAD's OGV

2016-03-09 Thread Amrinder Singh
Hi, I'm a student of first year B.tech. I want to contribute in BRL-CAD open source community this summer. I'm interested in Online Geometry Viewer Back end, one of your GSoC 2016 project. I have installed BRL-CAD successfully on my system. Now, I want to start work in OGV's back-end. For this, I

Re: [brlcad-devel] SoC 16: Want to contribute in Material Database

2016-03-09 Thread Christopher Sean Morrison
Hi Davinder, > I'm quite interested in working with Material > database. I used FreeCAD during my training period in 2015 and got to > know about materials from there. Given your experience, I’d naturally suggest you may also want to consider submitting a proposal to work on FreeCAD. > I've gon

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

2016-03-09 Thread Christopher Sean Morrison
> I have worked on Image Processing using OpenCV and made a project regarding > analysis of dynamic of structures (CivilOctave). Then I started SIM > (Structure information model). Idea behind the project is modeling the > structure based on information and storing it in database so that inform

Re: [brlcad-devel] (no subject)

2016-03-09 Thread Christopher Sean Morrison
Welcome Yanick! > please am interested in the gsoc project "OpenSCAD Exporter", but the > idea page seems not to provide ideas about the project. Yes, the details have not been sorted out. This is something you can do, though, by researching existing converters. > is this a high priority proj

Re: [brlcad-devel] (no subject)

2016-03-09 Thread Christopher Sean Morrison
> On Mar 7, 2016, at 9:42 AM, abanda ludovic wrote: > > Hello, > I'm interested in the 2016 GSOC project "General Tree Walker". > I have good knowledge of c programming. > I will like to know if it is a good/priority project or not! It’s a terrible project. It’s a good project. I’m not su

[brlcad-devel] GSoC student introductions #3

2016-03-09 Thread Christopher Sean Morrison
New folks continue to join the list, so if you're new -- please introduce yourself and share a little bit about your interests! Also, be sure you’re using our checklist: http://brlcad.org/wiki/Google_Summer_of_Code/Checklist Note that mo