Re: [brlcad-devel] GSoC 2015 Introduction

2015-04-14 Thread Ilinca Andrei
Hello, Sorry for the lack of interaction this days, I have been very busy with school assignments and also doing research about parsers and how to implement them. Below is a brief description of what I have been doing : First of all, I read about what a parser is, how it works, grammars (I don t

Re: [brlcad-devel] GSoC 2015 Introduction

2015-03-25 Thread Ilinca Andrei
Hello, I have updated my proposal according to the last feedback I received. Here's a summary of what I have been doing: - I used OpenSCAD to create a form provided by them (door stopper) to better see the difference between actual .scad and .csg - I updated my timeline to reflect "implement .csg

Re: [brlcad-devel] GSoC 2015 - Introduction

2015-03-25 Thread Inderpreet Singh
On Mar 18, 2015 11:58 AM, "ujjwal wahi" wrote: > > Sean, > I found these two git repos [1] & [2]. > > In 2013, code was done in PHP and then in 2014 it was ported to > node.js. Current project idea list PHP/Python. I am little confused > that in which language it needs to be implemented. I can wor

Re: [brlcad-devel] GSoC 2015 - Introduction

2015-03-25 Thread Inderpreet Singh
On Mar 18, 2015 12:56 AM, "ujjwal wahi" wrote: > > Hello, > > I am Ujjwal Wahi, student from India. I will apply for GSoC project : > Online Geometry Viewer Back-end > > I have decent knowledge of PHP, Python, Javascript and C#. I have > experience of developing couple of B2B portals:[1] and [2] a

Re: [brlcad-devel] GSoC 2015 Introduction

2015-03-23 Thread Clifford Yapp
On Mon, Mar 23, 2015 at 5:46 PM, Ilinca Andrei wrote: > Hello, > > I have been reading, documenting, doing research and speaking with OpenSCAD > mentors a lot these days and I've managed to come up with following > solutions and conclusions regarding the OpenSCAD Importer project : > > 2) OpenSCAD

Re: [brlcad-devel] GSoC 2015 Introduction

2015-03-23 Thread Ilinca Andrei
Hello, I have been reading, documenting, doing research and speaking with OpenSCAD mentors a lot these days and I've managed to come up with following solutions and conclusions regarding the OpenSCAD Importer project : 1) The idea of using the FreeCAD LGPL python parser and implementing it into B

Re: [brlcad-devel] GSoC 2015 - Introduction

2015-03-22 Thread Deepak Sharma
I have submitted the PR for OGV. Someone please check. Thanks -- Deepak Kumar Sharma Blog: http://deekysharma.wordpress.com " Mistakes are proof that you are trying " -- Dive into the World of Parallel Programming The

Re: [brlcad-devel] GSoC 2015 Introduction

2015-03-20 Thread Christopher Sean Morrison
On Mar 19, 2015, at 7:33 PM, Ilinca Andrei wrote: > Kintel advised me to aim towards creating a common parser for both openscad > and brl-cad and relicense that as LGPL or BSD/MIT. He said we could either > refactor existing openscad code into a clean component, or rewrite the parser > and re

Re: [brlcad-devel] GSoC 2015 Introduction

2015-03-19 Thread Ilinca Andrei
Hi, I talked today with the OpenSCAD devs on their irc and you were right. There is a way of using their code to make benefits to both BRL-CAD and OpenSCAD orgs. Kintel advised me to aim towards creating a common parser for both openscad and brl-cad and relicense that as LGPL or BSD/MIT. He said

Re: [brlcad-devel] GSoC 2015 Introduction

2015-03-18 Thread Clifford Yapp
On Wed, Mar 18, 2015 at 11:17 AM, Ilinca Andrei wrote: > Hi, > > Quick update: > > I attached below my proposal for the OpenSCAD Importer project. I really > hope I've covered all the important aspects but if I missed any, please let > me know so I can make the proper adjustments. Good progress o

Re: [brlcad-devel] GSoC 2015 - Introduction

2015-03-18 Thread gagan
On Wed, Mar 18, 2015 at 11:58 AM, ujjwal wahi wrote: > Sean, > I found these two git repos [1] & [2]. > > In 2013, code was done in PHP and then in 2014 it was ported to > node.js. Current project idea list PHP/Python. I am little confused > that in which language it needs to be implemented. I can

Re: [brlcad-devel] GSoC 2015 - Introduction

2015-03-17 Thread ujjwal wahi
Sean, I found these two git repos [1] & [2]. In 2013, code was done in PHP and then in 2014 it was ported to node.js. Current project idea list PHP/Python. I am little confused that in which language it needs to be implemented. I can work in PHP or Python. If we are going to use PHP I will use Sym

Re: [brlcad-devel] GSoC 2015 - Introduction

2015-03-17 Thread Christopher Sean Morrison
On Mar 17, 2015, at 9:47 PM, ujjwal wahi wrote: > Hello, Welcome Ujjwal, > While going through wiki pages Online Geometry[0] and Online > Geometry/TODO[1] I didn't find any link to currently implemented code. > Do I need to start from scratch or I am missing a link to code. Please > help me in

Re: [brlcad-devel] GSoC 2015 - Introduction

2015-03-17 Thread ujjwal wahi
Hello, While going through wiki pages Online Geometry[0] and Online Geometry/TODO[1] I didn't find any link to currently implemented code. Do I need to start from scratch or I am missing a link to code. Please help me in getting started. On Wed, Mar 18, 2015 at 12:55 AM, ujjwal wahi wrote: > Hell

Re: [brlcad-devel] GSoC 2015 Introduction

2015-03-16 Thread Clifford Yapp
On Mon, Mar 16, 2015 at 6:25 PM, Ilinca Andrei wrote: > Hello! > > As we discussed, I have submitted a patch adding a very simple OpenSCAD > importer, any feedback is appreciated! Looks good at a quick glance - I'll try to take a closer look in the next day or two. > At this moment, my understan

Re: [brlcad-devel] GSoC 2015 Introduction

2015-03-16 Thread Ilinca Andrei
Hello! As we discussed, I have submitted a patch adding a very simple OpenSCAD importer, any feedback is appreciated! After looking at the https://github.com/TomHodson/Raspberry-Pi-OpenSCAD-Model I believe a confusion I had cleared. I initially beli

Re: [brlcad-devel] GSoC 2015 Introduction

2015-03-15 Thread Clifford Yapp
On Sun, Mar 15, 2015 at 5:59 PM, Ilinca Andrei wrote: > Hi, > > Based on your reply, I decided to focus on the OpenSCAD Importer project. I > have been looking over the 3dm-g and g-3dm files and my understanding is > that they convert the geometry from 3dm model ( Rhino Modeling ) to BRL-CAD > .g

Re: [brlcad-devel] GSoC 2015 Introduction

2015-03-15 Thread Ilinca Andrei
Hi, Based on your reply, I decided to focus on the OpenSCAD Importer project. I have been looking over the 3dm-g and g-3dm files and my understanding is that they convert the geometry from 3dm model ( Rhino Modeling ) to BRL-CAD .g format, namely BRL-CAD data

Re: [brlcad-devel] GSoC 2015 Introduction

2015-03-14 Thread Kalpit Thakkar
Hi Ilinca! On Sun, Mar 15, 2015 at 6:24 AM, Ilinca Andrei wrote: > > I forgot to mention, when I downloaded BRL-CAD from svn(svn checkout > https://svn.code.sf.net/p/brlcad/code/brlcad/trunk brlcad) I had the > following error: > Policy "CMP0021" is not known to this version of CMake. > I did so

Re: [brlcad-devel] GSoC 2015 Introduction

2015-03-14 Thread Ilinca Andrei
I forgot to mention, when I downloaded BRL-CAD from svn(svn checkout https://svn.code.sf.net/p/brlcad/code/brlcad/trunk brlcad) I had the following error: Policy "CMP0021" is not known to this version of CMake. I did some research to find out what to replace it with, but I was unable to find anythi

Re: [brlcad-devel] GSoC 2015 Introduction

2015-03-14 Thread Clifford Yapp
On Sat, Mar 14, 2015 at 5:40 PM, Ilinca Andrei wrote: > > Hello, > > I'm Andrei Ilinca, and I'm a second year undergraduate at Polytechnic > University of Bucharest, Faculty of Automatic Control and Computer Science, > looking to participate in gsoc 2015, hopefully with BRL-CAD! Welcome! > So wh