Difference between revisions of "User:Xuwei/DevLog2019"

From BRL-CAD
(Undo revision 11080 by Xuwei (talk))
(Tag: Undo)
(May 19th)
Line 12: Line 12:
 
==May 19th==
 
==May 19th==
 
* Looking at Coin3D/Dime code base, a possible library for DXF import/export.
 
* Looking at Coin3D/Dime code base, a possible library for DXF import/export.
 +
** It has no external dependency.
 +
** It supports all past and should support future version of DXF format.
 +
** It compiles on Win, Linux, MacOS, etc.
 +
** But it only loads DXF files into Dime object hierarchies and saves Dime object hierarchies as files conforming to DXF format.
  
 
=Coding Period=
 
=Coding Period=

Revision as of 23:02, 18 May 2019

Coummunity Bonding Period

  • Set up the Development log
  • Set up the development environment such as OS.
  • Start to look at the different potential libraries code base.

May 17th

  • Had four of my wisdom teeth extracted. The progress for the next following week may be slow due to teeth extraction.

May 18th

  • Rest.

May 19th

  • Looking at Coin3D/Dime code base, a possible library for DXF import/export.
    • It has no external dependency.
    • It supports all past and should support future version of DXF format.
    • It compiles on Win, Linux, MacOS, etc.
    • But it only loads DXF files into Dime object hierarchies and saves Dime object hierarchies as files conforming to DXF format.

Coding Period