Re: [brlcad-devel] Gsoc-2016: Interested in contributing to python-brlcad

2016-03-08 Thread Christopher Sean Morrison
> On Mar 8, 2016, at 7:18 AM, Linganesan Mani > wrote: > > I am Linganesan, undergraduate computer engineering student. I have a sound > knowledge in python and great enthusiasm in computer graphics. I've gone > through Python Geometry[1] page in Brlcad wiki. I'm really excited to > contribu

Re: [brlcad-devel] Help understanding code

2016-03-08 Thread Christopher Sean Morrison
> I had run just cmake .. (which was described as the default). After > re-making, I can run mged and produce the .pix files on the command line. I > then used the pix-png tool to view the shapes and they are accurate. The GUI > still doesn't open up. Note you can render directly to png from m

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 exp

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

2016-03-08 Thread benson chepkwony
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. Is there any work left to do on these Algorithms? or should we continued optimizing the

Re: [brlcad-devel] Introduction

2016-03-08 Thread Christopher Sean Morrison
> On Mar 7, 2016, at 5:54 PM, benson chepkwony wrote: > > Hay, My name is Benson Chepkwony and I took part in last year GSoC with > Brl-Cad. I was among other aspiring contributors and I would also like > to contribute to this year`s GSoC and in particular with Brl-Cad. I have > gained experi

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

2016-03-08 Thread Vasco Alexandre da Silva Costa
On Tue, Mar 8, 2016 at 10:35 PM, benson chepkwony wrote: > Hay Costa, > I am interested with this project titled "Ray tracing performance, > coherent boolean evaluation". I understand you worked on this project last > year, that is good. However, I was wondering if you could further elaborate > w

Re: [brlcad-devel] Help understanding code

2016-03-08 Thread Vasco Alexandre da Silva Costa
On Tue, Mar 8, 2016 at 3:14 PM, Param Hanji wrote: > I had run just cmake .. (which was described as the default). After > re-making, I can run mged and produce the .pix files on the command line. I > then used the pix-png tool to view the shapes and they are accurate. The > GUI still doesn't ope

Re: [brlcad-devel] Clarification to query.

2016-03-08 Thread chintan zaveri
Hey Sean, I am working on my patch on the previous work on meteor JS framework. And setting up freebsd,and trying to find work around . Thank you for your response. On Mar 9, 2016 4:22 AM, "Christopher Sean Morrison" wrote: > Chintan, > > > A lot of features in OGV have already been incorporated

Re: [brlcad-devel] Qt Display Manager

2016-03-08 Thread Clifford Yapp
On Tue, Mar 8, 2016 at 5:43 PM, Christopher Sean Morrison wrote: > >> On Mar 8, 2016, at 3:58 PM, Jasvir Singh wrote: >> >> Further I wish to know about whether someone is working on qtged or >> not. I am trying to understand working of MGED and I wish to >> contribute into qtged. I'll really app

Re: [brlcad-devel] Clarification to query.

2016-03-08 Thread Christopher Sean Morrison
Chintan, > A lot of features in OGV have already been incorporated including > authentication (including 3rd party logins), authorization, dashboard > features, a variety of views to choose from for the models, and a foundation > for sharing and following the models and design owners (which btw

Re: [brlcad-devel] Qt Display Manager

2016-03-08 Thread Christopher Sean Morrison
> On Mar 8, 2016, at 3:58 PM, Jasvir Singh wrote: > > Further I wish to know about whether someone is working on qtged or > not. I am trying to understand working of MGED and I wish to > contribute into qtged. I'll really appreciate if someone can help me > to start with it. Nobody is working o

Re: [brlcad-devel] About Plate Mode NURBS raytracing

2016-03-08 Thread Christopher Sean Morrison
Welcome Bojian! > I am so interested in Plate Mode NURBS raytracing and want to get involved in > this project. Outstanding as this is a hot topic of interest. > 1. it seems to check the enclosure of surface at the beginning of raytracing > for BoTs, for example, if I want to add plate mode fo

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] GSoC 2016 (want to join the "NMG Editing" group)

2016-03-08 Thread Christopher Sean Morrison
> On Mar 5, 2016, at 9:19 PM, Weishan Yu wrote: > > Hi, I am a graduate student of the State Key Lab of Computer-aided Design and > Computer Graphics (CAD&CG) at Zhejiang University, China. I have implemented > a method untangling and smoothing quadrilateral and hexahedral meshes and at > pre

Re: [brlcad-devel] GSoC: help for Code Reduction

2016-03-08 Thread Christopher Sean Morrison
> On Mar 6, 2016, at 10:27 AM, PANLILI wrote: > > Hi, > I am working for “Code Reduction”, http://brlcad.org/wiki/Code_Reduction > . When I use simian to check duplicate > code, it's result is what the picture below shows. ><捕获.PNG> > Is there real

Re: [brlcad-devel] Interested in STEP Source Code Documentation under BRL-CAD [GSoc 2016]

2016-03-08 Thread Charlie Stirk
Welcome. I am a STEPcode mentor for GSOC. You will need to look at the current Doxygen use by STEPcode itself, and also by the use of STEPcode in BRL-CAD and any use of Doxygen specific to that implementation. I would suggest building both and generating the documentation. Charlie On Mon, Ma

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

2016-03-08 Thread Margaret Hu
and 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 (Failed) 766 - regress-flawfinder (Failed) 771 - regress-quote (Failed) 772 - regress-rtwizard (Faile

[brlcad-devel] Qt Display Manager

2016-03-08 Thread Jasvir Singh
Hi there. I was looking into incorporating Qt with MGED and Daniel provided information about GSoC 2013 project[0]. I asked for more information about this on IRC and got some useful information[1]. Further I wish to know about whether someone is working on qtged or not. I am trying to understand

Re: [brlcad-devel] Gsoc-2016: Interested in contributing to python-brlcad

2016-03-08 Thread Stefan Tröger
Hello Linganesan, as you seem to be interested in exposing geometric functionality to python I like to take the chance and point you to another project idea with this scope: http://www.freecadweb.org/wiki/index.php? title=Extend_Part_workbench_python_API It is a bit different in the sense that

Re: [brlcad-devel] Regarding OVG

2016-03-08 Thread chintan zaveri
Hey, This may help you out, it is already present https://github.com/yonas/meteor-freebsd/blob/devel/README.md On Mar 8, 2016 9:51 PM, "Divam Gupta" wrote: > Hey, > > Regarding freeBSD installation script, I'm doing the final testing on a > blank freebsd installation so that to ensure that i have

Re: [brlcad-devel] Help understanding code

2016-03-08 Thread Param Hanji
Um running 'rt' gives me a message "view does not exist". The same message is displayed if I try any other primitive(like ell, sph as well). So maybe, it's an installation issue? However 'make check' gave me no errors. Also, I can't get a GUI to work. 'mged' starts and offers to attach either a te

Re: [brlcad-devel] Help understanding code

2016-03-08 Thread Vasco Alexandre da Silva Costa
Are you using the Tcl/Tk version of mged? BRL-CAD comes with the libraries. To use the included libraries compile after: cmake .. -DBRLCAD_BUNDLED_LIBS=ON This was explained in the SVN page I originally linked: http://brlcad.org/wiki/Building_from_SVN Once you get mged working in Tcl/Tk you can

Re: [brlcad-devel] Help understanding code

2016-03-08 Thread Param Hanji
PS: I can't seem to get 'brlterm' to run as well(don't know how to). For now I'm launching 'mged' directly from /usr/brlcad/dev-7.25.0/bin/mged. Cheers, Param Hanji On Tue, Mar 8, 2016 at 8:01 AM Param Hanji wrote: > Um running 'rt' gives me a message "view does not exist". The same message > i

Re: [brlcad-devel] Help understanding code

2016-03-08 Thread Param Hanji
I had run just cmake .. (which was described as the default). After re-making, I can run mged and produce the .pix files on the command line. I then used the pix-png tool to view the shapes and they are accurate. The GUI still doesn't open up. Also, how do I render with OpenCl? I'm assuming what I

[brlcad-devel] Gsoc-2016: Interested in contributing to python-brlcad

2016-03-08 Thread Linganesan Mani
Hi, I am Linganesan, undergraduate computer engineering student. I have a sound knowledge in python and great enthusiasm in computer graphics. I've gone through Python Geometry[1] page in Brlcad wiki. I'm really excited to contribute this project. I cloned the git repository which given on that pag

Re: [brlcad-devel] Regarding OVG

2016-03-08 Thread Divam Gupta
Hey, Regarding freeBSD installation script, I'm doing the final testing on a blank freebsd installation so that to ensure that i haven't missed any command in the shell script. @chintan : The problems encountered were that meteor doesn't officially support freebsd so running it without modificat

[brlcad-devel] Introduction

2016-03-08 Thread benson chepkwony
HI, Hay, My name is Benson Chepkwony and I took part in last year GSoC with Brl-Cad. I was among other aspiring contributors and I would also like to contribute to this year`s GSoC and in particular with Brl-Cad. I have gained experience while working with Open Source and I hope to continue wit