Difference between revisions of "User:Tandoorichick/GSoC2016/Logs"

From BRL-CAD
(Development Logs)
Line 10: Line 10:
  
 
27/5/16, 28/5/16 - Defined the virtual functions in the BRL-CAD conversion file.
 
27/5/16, 28/5/16 - Defined the virtual functions in the BRL-CAD conversion file.
 +
 +
29/5/16, 30/5/15 - Completed BRL-CAD conversion file and compiled
 +
 +
31/5/16 - Setting up OpenSCAD
 +
 +
1/6/16 - 3/6/16 - OpenSCAD functions
 +
 +
4/6/16 - Classes' design changes
 +
 +
5/6/16 - UI commands support

Revision as of 11:35, 5 June 2016

Blog with week-wise work including all ideation and explanation at: http://tandoorichick.github.io/

Development Logs

23/5/16, 24/5/16 - Confusion regarding the indexed and unindexed format of BRL-CAD and OpenSCAD -> researched other ways to implement the portable module. Confusion regarding the use of DCEL as well.

25/5/16 - Outlined the PolygonalMesh abstract class. Listed out the functions that will be required for the conversion from PolygonalMesh to the DCEL.

26/5/16 - Outlined the doubly-connected edge list class. Declared virtual functions (that will obtain information from the intermediate mesh to convert to the DCEL) in the PolygonalMesh abstract class. Others will be added later on when the need arises.

27/5/16, 28/5/16 - Defined the virtual functions in the BRL-CAD conversion file.

29/5/16, 30/5/15 - Completed BRL-CAD conversion file and compiled

31/5/16 - Setting up OpenSCAD

1/6/16 - 3/6/16 - OpenSCAD functions

4/6/16 - Classes' design changes

5/6/16 - UI commands support