Difference between revisions of "User:KeshaSShah/GSoC13/Reports"

From BRL-CAD
(Development Report Till Date)
 
Line 22: Line 22:
  
 
==May 2==
 
==May 2==
*Read tutorial I and then IV on Converting Geometry and recieved some basic idea on STEP and other convertors available for importing and exporting between different CAD softwares.
+
*Read [http://brlcad.survice.com/downloads/documentation/BRLCAD_VolumeI.pdf tutorial I] and then [http://brlcad.org/w/images/6/66/Converting_Geometry.pdf tutorial IV] on Converting Geometry and recieved some basic idea on STEP and other convertors available for importing and exporting between different CAD softwares.
*Gone through project ideas again and liked two more ideas-namely Improving STEP Library and STEP AP242 Parser.
+
*Gone through project ideas again and liked two more ideas-namely Improving [http://brlcad.org/wiki/STEP_Libraries STEP Library] and STEP AP242 Parser.
  
 
==May 3==
 
==May 3==
 
*Proposal Submission Deadline on melange.
 
*Proposal Submission Deadline on melange.
*Made my User-Wiki-pages  
+
*Made my [http://brlcad.org/wiki/User:KeshaSShah/GSoC13 User-Wiki-pages]
*Uploaded proposal on Melange and embedded wiki links in it.
+
*Uploaded proposal on [http://www.google-melange.com/gsoc/dashboard/google/gsoc2013#proposals Melange] and embedded wiki links in it.
 +
 
 +
==May 4-5==
 +
*Read about the STEPcode from [http://stepcode.org/mw/index.php?title=STEPcode its wiki]
 +
*[http://stepcode.org/mw/index.php?title=Files_and_directories Files and Directories] in sc/source
 +
*[http://stepcode.org/mw/index.php?title=Building_STEPcode#How_to_build Build] the STEPcode with testing enabled using cmake
 +
*Looked at [http://stepcode.org/mw/index.php?title=Building_STEPcode#Files_created_in_build_dir files created in build directory]
 +
*Picked up [https://github.com/stepcode/stepcode/issues/47 Issue #47] and asked queries related to it.

Revision as of 03:44, 6 May 2013

Week 0

April 19 to April 22

  • Joined #brlcad channel on IRC
  • Subscribed to mailing list
  • Introduced myself to the community through mailing list
  • Downloaded Source Code
  • Compiled it successfully from the source using cmake
  • Made an account on SVN.
  • Had a glance at source folder and caught my eyes on an instance of duplication.
  • Made first patch and submitted it.
  • Looked through project ideas and found Code Refacoring most interesting and suitable for me.

April 23 to April 30

  • University Final Exams

May 1

  • Checked out some TODO task in the domain of Code Reducing and Refactoring.
  • Picked up moving LIBWBD comments.
  • Used the command "" to find out the comments that neede to be moved.
  • Within just 10 minutes, I was able to successfully move all comments and submitted another patch
  • Discussed with Sean about my interest when he encouraged me to explore converting and processing geometry.

May 2

  • Read tutorial I and then tutorial IV on Converting Geometry and recieved some basic idea on STEP and other convertors available for importing and exporting between different CAD softwares.
  • Gone through project ideas again and liked two more ideas-namely Improving STEP Library and STEP AP242 Parser.

May 3

  • Proposal Submission Deadline on melange.
  • Made my User-Wiki-pages
  • Uploaded proposal on Melange and embedded wiki links in it.

May 4-5