Re: [brlcad-devel] Google summer of code

2017-03-20 Thread Christopher Sean Morrison
> And regarding my interests, you correctly pointed out, GUI (Qt) and > annotations are the most appropriate to my experience. But I am also open > towards Geometry Conversion, as it reflects the use of theory from a course > which I had taken (computer Graphics and Product modeling). Sounds g

Re: [brlcad-devel] Google summer of code

2017-03-19 Thread Saurabh bajaj
I did not use a framework. Rather I had used OpenGL library and Win32 APIs, and developed the project from scratch. I would familiarize myself with subversion. And regarding my interests, you correctly pointed out, GUI (Qt) and annotations are the most appropriate to my experience. But I am also

Re: [brlcad-devel] Google summer of code

2017-03-14 Thread Christopher Sean Morrison
> On Mar 14, 2017, at 6:51 AM, Saurabh bajaj wrote: > > My name is Saurabh Bajaj. I am a fourth year dual degree student from the > department of Mechanical Engineering, IIT Bombay, India. My specialization is > in Computer Aided design. > I want to contribute towards the development of BRL-C

Re: [brlcad-devel] Google Summer of Code

2017-03-14 Thread Vasco Alexandre da Silva Costa
Olá Maurício, Welcome to the mailing-list! The site still needs to be updated for this year's GSoC, but there are ideas for projects in the BRL-CAD Wiki here: http://brlcad.org/wiki/Google_Summer_of_Code/Project_Ideas You can get an idea of projects which were accepted in past years here: http://b

[brlcad-devel] Google Summer of Code

2017-03-14 Thread Mauricio Pedro Vieira
Dear Sir/Madam, Nice to meet you, I am a student from Pontifical Catholic University of Rio de Janeiro for 4 years now. I have started studying Computer, Electrical and Systems Engineering and about a year ago I changed my major to Computer Engineering where I feel I really belong. Since my previ

[brlcad-devel] Google summer of code

2017-03-14 Thread Saurabh bajaj
My name is Saurabh Bajaj. I am a fourth year dual degree student from the department of Mechanical Engineering, IIT Bombay, India. My specialization is in Computer Aided design. I want to contribute towards the development of BRL-CAD. I have worked as an intern at General Electric(GE). Where I ha

Re: [brlcad-devel] Google Summer of Code

2016-03-15 Thread Stefan Tröger
GSoC checklist: http://brlcad.org/wiki/Summer_of_Code/Checklist   Regards, Stefan   Gesendet: Dienstag, 15. März 2016 um 15:02 Uhr Von: "Harshit Anand" An: "brlcad-devel@lists.sourceforge.net" Betreff: [brlcad-devel] Google Summer of Code Hey, I am Harshit and I a

[brlcad-devel] Google Summer of Code

2016-03-15 Thread Harshit Anand
Hey, I am Harshit and I am interested in your projects for Google summer of code. I know C, C++ and Python. I am a beginner and would like you help me. Sent from Mail for Windows 10 -- Transform Data into Opportunity. Ac

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] 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] google summer of code : Geometry Conversion Library

2016-03-10 Thread Margaret Hu
all examples compiled successful :) will find some .3dm files to test this weekend. On Thu, Mar 10, 2016 at 5:13 PM, Margaret Hu wrote: > >>For what it’s worth, ensuring robust and faithful 3DM import and export > support in LIBGCV would be immensely valuable, and probably be the next > best st

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

2016-03-10 Thread Margaret Hu
>>For what it’s worth, ensuring robust and faithful 3DM import and export support in LIBGCV would be immensely valuable, and probably be the next best step. We do not >>have a 3DM exporter, but writing one is pretty trivial (probably take less than a week for non-CSG geometries). trying to get fa

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] google summer of code : Geometry Conversion Library

2016-03-08 Thread Christopher Sean Morrison
>1 - NOTE: some 'test' tests are expected to fail, 'regress' must pass > (Failed) > 766 - regress-flawfinder (Failed) > 771 - regress-quote (Failed) > 772 - regress-rtwizard (Failed) > Errors while running CTest > > [snip] > So maybe you just run make check(like I did) and ensure the test

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

2016-03-08 Thread Param Hanji
Hi Margaret, > I have successfully checkout the SVN source and built in my Ubuntu 14.04 > > The make command gives > BRL-CAD Release 7.25.0, Build 20160308 > > The make test command gives > The following tests FAILED: >1 - NOTE: some 'test' tests are expected to fail, 'regress' must pass > (F

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

2016-03-08 Thread Christopher Sean Morrison
Hi Margaret, > will investigate CMake online, should not be too hard, will first try to > build all executables from source in Ubuntu 14.04, (I downloaded > brlcad-7.24.2.tar.gz). Can you point me the documentation of the build > process, such as : configure, make all, make install. Like most

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

2016-03-08 Thread Margaret Hu
Daniel: Thanks for your help >You should use our Subversion repository instead. You can find a >short how-to together with some CMake build basics here: >http://brlcad.org/wiki/Building_from_SVN I have successfully checkout the SVN source and built in my Ubuntu 14.04 The make command gives BRL

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

2016-03-07 Thread Daniel Roßberg
Margaret, >> 1. cat src/conv/conv_lib/Makefile (create a conv_lib directory for the >> project) >>> Note that we use the CMake build system, which you can read about online. >>> Instead of putting build logic into Makefiles, we put the logic into >>> CMakeLists.txt files and CMake gives us Makefi

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

2016-03-06 Thread Margaret Hu
Sean: Thanks for your guidance, > 1. cat src/conv/conv_lib/Makefile (create a conv_lib directory for the project) >> Note that we use the CMake build system, which you can read about online. Instead of putting build logic into Makefiles, we put the logic into CMakeLists.txt files and CMake gi

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

2016-03-04 Thread Christopher Sean Morrison
Hi Margaret, > Thanks for your input. I do development in the Linux environment (Ubuntu > 14.04), so the software architecture (in the UNIX environment) I have in mind > for the library consists of the 3 components It’s great that you’ve thought about it — now you can see where we’re actually

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

2016-03-04 Thread Margaret Hu
Daniel: Thanks for your input. I do development in the Linux environment (Ubuntu 14.04), so the software architecture (in the UNIX environment) I have in mind for the library consists of the 3 components 1. cat src/conv/conv_lib/Makefile (create a conv_lib directory for the project) #BASE = ..

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

2016-03-04 Thread Daniel Roßberg
Hi Margaret, Think of this library as a hub which converts one CAD file format to another with the BRL-CAD database format in the middle. Looking at src/conv you will see that many of the conversion algorithms are already available. E.g. to to go from *.stl to *.obj you would first use stl-g and

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

2016-03-03 Thread Margaret Hu
My name is Margaret Hu, I am a student at Ohlone College Fremnt California, I am interested in the project "Geometry Conversion Library" For the three requirement for this project * Familiar with C/C++ : YES * Familiar with file parsing issue (lex/yacc a plus) : YES, I know flex/bison and regex *

[brlcad-devel] Google Summer of Code 2016

2016-02-16 Thread Alyona Morozov
Hi there, My name is Alyona Morozov, I am second year student of Computer Science at the University of York, located in York, England. I am interested in computer graphics, game programming and 3D design. I am experienced in C/C++ and have developed some basic programs in C. I am new to BRL-CAD(O

Re: [brlcad-devel] Google Summer of Code

2012-03-08 Thread Christopher Sean Morrison
On Mar 8, 2012, at 12:45 PM, Tom Browder wrote: > On Thu, Mar 8, 2012 at 11:20, brlcad wrote: > ... >> Using our release naming rules in HACKING, it would be named something like >> "BRL-CAD_7.21.0_ubuntu_10.04_x86_r49663.ova" or similar > > Okay, now my only question is: will the VM be un

Re: [brlcad-devel] Google Summer of Code

2012-03-08 Thread Tom Browder
On Thu, Mar 8, 2012 at 11:20, brlcad wrote: ... > Using our release naming rules in HACKING, it would be named something like > "BRL-CAD_7.21.0_ubuntu_10.04_x86_r49663.ova" or similar Okay, now my only question is: will the VM be under version control? I don't think it should be. > Once that's

Re: [brlcad-devel] Google Summer of Code

2012-03-08 Thread brlcad
On Mar 08, 2012, at 09:23 AM, Tom Browder wrote:I'll take that on (if no one else steps up)--I already have a VirtualBox VM that's almost what is needed--cloning and adding these requirements should be fairly straight forward It is currently 1.5 Gb and will be larger after the necessary additions.

Re: [brlcad-devel] Google Summer of Code

2012-03-08 Thread Tom Browder
On Thu, Mar 8, 2012 at 07:50, Christopher Sean Morrison wrote: ... > 3) Prepare a VM image distribution. > ... > downloaded, precompiled in debug mode, preinstalled ready to run. > Anyone interested in taking the lead on this? > There's about two weeks before it's required. I'll take that on (if

[brlcad-devel] Google Summer of Code

2012-03-08 Thread Christopher Sean Morrison
Developers, The submission deadline for the 2012 Google Summer of Code is fast approaching. This is an open call for mentor participation! If you're interested in mentoring in GSoC and haven't done so before, you'll need to do two things: 1) Please add your name and background information to

Re: [brlcad-devel] Google Summer of Code 2011 - NURBS projects

2011-03-30 Thread Sergey Fedorov
>The main papers I would refer you to are the ones we've been studying > f>or our implementation: > > >http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.90.7500&rep=rep1&type=pdf > >http://www.uni-koblenz.de/

Re: [brlcad-devel] Google Summer of Code 2011 - NURBS projects

2011-03-28 Thread Clifford Yapp
On Mon, Mar 28, 2011 at 3:30 PM, Sergey Fedorov wrote: > Hello Sean! > > Thank you for detailed reply! > > Obviously NURBS interests me more and more, I didn't pay that much attention > to them before. Started reading a good book on NURBS today (if you can > recommend me any good resource, I would

Re: [brlcad-devel] Google Summer of Code 2011 - NURBS projects

2011-03-28 Thread Sergey Fedorov
Hello Sean! Thank you for detailed reply! Obviously NURBS interests me more and more, I didn't pay that much attention to them before. Started reading a good book on NURBS today (if you can recommend me any good resource, I would really appreciate that). >Our old implementation of NURBS surfaces

Re: [brlcad-devel] Google Summer of Code 2011 - NURBS projects

2011-03-27 Thread Christopher Sean Morrison
On Mar 27, 2011, at 3:17 PM, Sergey Fedorov wrote: > Hello! > My name is Sergey Fedorov, I'm a masters student from Nizhny Novgorod State > University, Russia. > Nice to meet you here! > I've just heard about Google Summer of Code program and was really glad to > see projects on my major here!

[brlcad-devel] Google Summer of Code 2011 - NURBS projects

2011-03-27 Thread Sergey Fedorov
Hello! My name is Sergey Fedorov, I'm a masters student from Nizhny Novgorod State University, Russia. Nice to meet you here! I've just heard about Google Summer of Code program and was really glad to see projects on my major here! Let me say couple words about my experience. I'm pursuing masters