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

2016-03-20 Thread Shubham Chauhan
Hey Amrinder and Inder, I checked everything. It works fine at my end, without any errors or anything. Try a fresh install of meteor (following the exact commands in OGV's README, just so that we are on the same page)! It won't take much time. On Wed, Mar 16, 2016 at 3:31 PM, Inderpreet Singh

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

2016-03-16 Thread Inderpreet Singh
On Tue, Mar 15, 2016 at 10:35 PM, Shubham Chauhan wrote: > If it says that Meteor sets the doctype html tag for you then you must try > removing the tag from the second line of the index.html file > it is pointing to. Try this once. Feel free to come on the IRC as well.

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

2016-03-15 Thread Shubham Chauhan
Hi Amrinder, > "Errors prevented startup: > >While processing files with templating (for target web.browser): >index.html:2: Can't set DOCTYPE here. (Meteor sets for > you) > > => Your application has errors. Waiting for file change." > > If it says that Meteor sets the doctype html

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

2016-03-15 Thread Amrinder Singh
On Mon, Mar 14, 2016 at 1:19 PM, Inderpreet Singh wrote: > 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: > > " >

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

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

2016-03-11 Thread Christopher Sean Morrison
> > Students can create a user page on our wiki and start a log of your progress > there. See the checklist for details and examples from prior students. > > Here it is: > http://brlcad.org/wiki/Amrinder_Singh > Is it right place? No, that is not.

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

2016-03-10 Thread Christopher Sean Morrison
> Is there any page where students can write task, done in a day so as you or > other can see my work. Students can create a user page on our wiki and start a log of your progress there. See the checklist for details and examples from prior students. > is it necessary to submit patch as I'm

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

2016-03-10 Thread Shubham Chauhan
Hey, > I'm working on it. > Is there any page where students can write task, done in a day so as you > or other can see my work. > Till now, I have read about using mged, g to other format conversions( > interesting :) ). > You are on the right track so far. After this is done, you can actually

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

2016-03-10 Thread Amrinder Singh
On Wed, Mar 9, 2016 at 2:45 PM, Shubham Chauhan wrote: > 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]

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]

[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,