Difference between revisions of "Google Summer of Code/2019"

From BRL-CAD
(Improve DXF import/export in OpenSCAD)
Line 49: Line 49:
 
* Org: OpenSCAD
 
* Org: OpenSCAD
 
* Student: [https://brlcad.org/wiki/User:Xuwei Xuwei Tan]
 
* Student: [https://brlcad.org/wiki/User:Xuwei Xuwei Tan]
 +
* [https://summerofcode.withgoogle.com/projects/#4926901498413056 Abstract]
 
* [https://docs.google.com/document/d/1KB3SsfoMhVHPlaxnZtil7UFjPDcD35gnrvps_QIhkT0/edit?usp=sharing Project Plan]
 
* [https://docs.google.com/document/d/1KB3SsfoMhVHPlaxnZtil7UFjPDcD35gnrvps_QIhkT0/edit?usp=sharing Project Plan]
 
* [https://brlcad.org/wiki/User:Xuwei/DevLog2019 Dev Log]
 
* [https://brlcad.org/wiki/User:Xuwei/DevLog2019 Dev Log]

Revision as of 08:55, 20 May 2019

GSoC 2019 With BRL-CAD

BRL-CAD was accepted as an umbrella mentoring organization for the Google Summer of Code!


Accepted Projects

Porting SVGNest to C++

  • Implementing auto-arrange feature in Slic3r to help print as much objects as we can on the print bed to speed up total printing time. SVGNest is a JS library which implements a nesting algorithm which is what we need.
  • Org: Slic3r
  • Student: Mohamed Abdelhady
  • Abstract
  • Project Plan


Automate Reinforcement Process in FreeCAD

  • This project is to automate Reinforcement process by using Rebar Addon in FreeCAD. The idea is to create UI on top of the current implementation to combine different types of Rebars in a single Dialog Box as per the user requirements. For example, combine Stirrups and Rebars (different types of rebars) in case of Beam Reinforcement.
  • Org: FreeCAD
  • Student: Suraj
  • Abstract
  • Project Plan
  • Dev Log


Improvement of OpenSCAD Text-Editor Features

  • The goal of this project will be to add different IDE-like features to the integrated text editor thus advancing its usage. This will make the editor more user-friendly and easier to handle large codes. I will work on implementing multi-file editing support to the editor and autocompletion of OpenSCAD keywords.
  • Org: OpenSCAD
  • Student: Romit Kumar
  • Abstract
  • Project Plan
  • Dev Log


Improve DXF import/export in OpenSCAD

  • This project is to use an exsiting external DXF import/export library to imporve the current import/export process in OpenSCAD.
  • Org: OpenSCAD
  • Student: Xuwei Tan
  • Abstract
  • Project Plan
  • Dev Log