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

From BRL-CAD
(Accepted Projects)
(Added new link for my project report)
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
= GSoC 2022 With BRL-CAD =
 
= GSoC 2022 With BRL-CAD =
  
'''BRL-CAD was accepted as an [https://summerofcode.withgoogle.com umbrella mentoring organization] for the Google Summer of Code!'''  This year, we accepted 7 students to work on IfcOpenShell, BRL-CAD, KiCad, LibreCAD and OpenSCAD.
+
'''BRL-CAD was accepted as an [https://summerofcode.withgoogle.com/programs/2022/organizations/brl-cad umbrella mentoring organization] for the Google Summer of Code!'''  This year, we accepted 7 students to work on IfcOpenShell, BRL-CAD, KiCad, LibreCAD and OpenSCAD.
 
 
  
 
= Accepted Projects =
 
= Accepted Projects =
Line 21: Line 20:
  
 
-->
 
-->
 
== BRL-CAD Project site 2022 ==
 
* '''Description''': This project is being proposed to redesign and update the official site for BRL-CAD, which will add more details to the site related to the organization. The project will be made using the latest technologies like React, Hugo, or other site generators. Another important aspect of the project would be to make this documentation on GitHub more accessible (https://github.com/BRL-CAD/brlcad-docs/).
 
* '''Org''': BRL-CAD
 
* '''Student''': [[User:Divyanshugarg36|Divyanshu Garg]]
 
* [[User:Divyanshugarg36/GSoC2022/Abstract|Abstract]]
 
* [[User:Divyanshugarg36/GSoC2022/Project|Project Plan]]
 
* [[User:Divyanshugarg36/GSoC2022/Log|Dev Log]]
 
  
 
== New BRL-CAD GUI ==
 
== New BRL-CAD GUI ==
Line 35: Line 26:
 
* '''Student''': [[User:H1manshu|Himanshu Sekhar Nayak]]
 
* '''Student''': [[User:H1manshu|Himanshu Sekhar Nayak]]
 
* [[User:H1manshu/GSoC2022/Abstract|Abstract]]
 
* [[User:H1manshu/GSoC2022/Abstract|Abstract]]
* [[User:H1manshu/GSoC2022/Project|Project Plan]]
+
* [https://docs.google.com/document/d/19JiIlHeS6CXMByARxrKlZX0FPr5C91fuIw_ioSyO0Nc/edit?usp=sharing Project Plan]
 
* [[User:H1manshu/GSoC2022/Log|Dev Log]]
 
* [[User:H1manshu/GSoC2022/Log|Dev Log]]
 +
* [[User:H1manshu/GSoC2022/Project_Report|Project Report]]
  
 
== Test-Driven Development for BRL-CAD NURBS/Brep Boolean Operation ==
 
== Test-Driven Development for BRL-CAD NURBS/Brep Boolean Operation ==
Line 43: Line 35:
 
* '''Student''': [[User:GregoryLi|GregoryLi]]
 
* '''Student''': [[User:GregoryLi|GregoryLi]]
 
* [[User:GregoryLi/GSoC2022/Abstract|Abstract]]
 
* [[User:GregoryLi/GSoC2022/Abstract|Abstract]]
* [[User:GregoryLi/GSoC2022/Project|Project Plan]]
+
* [https://drive.google.com/file/d/1YlaoC3hY5XXcd60vpqxUzlyZqGUCzbaR/view?usp=sharing Project Plan]
* [[User:GregoryLi/GSoC2022/Log|Dev Log]]
+
* [[User:GregoryLi/GSoC2022/DevLog|Dev Log]]
 +
 
  
 
== Future automatic releases in LibreCAD3 ==
 
== Future automatic releases in LibreCAD3 ==
Line 53: Line 46:
 
* [https://dokuwiki.librecad.org/lib/exe/fetch.php/gsoc:gsoc2022.pdf Project Plan]
 
* [https://dokuwiki.librecad.org/lib/exe/fetch.php/gsoc:gsoc2022.pdf Project Plan]
 
* [https://dokuwiki.librecad.org/doku.php/gsoc:log2022 Dev Log]
 
* [https://dokuwiki.librecad.org/doku.php/gsoc:log2022 Dev Log]
 +
 +
== BRL-CAD Project site ==
 +
* '''Description''': This project targets redesigning and updating the official site for BRL-CAD, which will add more details to the site related to the organization. The project will be made using the latest technologies like React, Hugo, or other site generators. Another important aspect of the project would be to make this documentation on GitHub more accessible (https://github.com/BRL-CAD/brlcad-docs/).
 +
* '''Org''': BRL-CAD
 +
* '''Student''': [[User:Divyanshugarg36|Divyanshu Garg]]
 +
* [[User:Divyanshugarg36/GSoC2022/Abstract|Abstract]]
 +
* [https://docs.google.com/document/d/1qG8HWHOYnXp2JRdxd57Qh1rJMj9KxzkAH60qTUdGsfg Project Plan]
 +
* [https://medium.com/@divyanshugarg36/gsoc-dev-log-6eef2ea0f768 Dev Log]
 +
 +
== 3D Viewport Graphical Enhancements ==
 +
* '''Description''': The project would allow the 3D viewport to support custom shaders for the render mode, and add associated features allowing the user to manage which shader is used.
 +
* '''Org''': OpenSCAD
 +
* '''Student''': [[User:JosephBlack|Joseph Black]]
 +
* [https://github.com/jbinvnt/gsoc-2022-proposal-public/blob/master/ProjectProposal.md#project-summary Abstract]
 +
* [https://github.com/jbinvnt/gsoc-2022-proposal-public/blob/master/ProjectProposal.md#detailed-description Project Plan]
 +
* [https://github.com/jbinvnt/gsoc-2022-dev-log/blob/master/DevLog.md Dev Log]

Latest revision as of 09:51, 19 November 2022

GSoC 2022 With BRL-CAD[edit]

BRL-CAD was accepted as an umbrella mentoring organization for the Google Summer of Code! This year, we accepted 7 students to work on IfcOpenShell, BRL-CAD, KiCad, LibreCAD and OpenSCAD.

Accepted Projects[edit]

New BRL-CAD GUI[edit]

  • Description: The project adds a feature for selecting and resizing the primitive through mouse support and also extends the object-oriented C++ Geometry API which includes the C++ "coreInterface" & "LIBGED". The expected outcome will be an improved BRL-CAD GUI.
  • Org: BRL-CAD
  • Student: Himanshu Sekhar Nayak
  • Abstract
  • Project Plan
  • Dev Log
  • Project Report

Test-Driven Development for BRL-CAD NURBS/Brep Boolean Operation[edit]

  • Description: Currently, BRL-CAD has implemented a series of NURBS and Brep operations, and in some cases it works well. But there are many cases to be tested, improved or solved like missing surfaces or solids and optimizing topology of Brep. This project works in Test-Driven Development(TDD), aims to test and develop NURBS/Brep part of BRL-CAD, to ensure correctness of geometry and topology in common and special cases.
  • Org: BRL-CAD
  • Student: GregoryLi
  • Abstract
  • Project Plan
  • Dev Log


Future automatic releases in LibreCAD3[edit]

  • Description: The objective is that Librecad3 can be downloaded and installed like any other regular app from Github or Snap Store. Also, the building and deployment actions will have to be automated.
  • Org: LibreCAD
  • Student: Cristian Bezerdic
  • Abstract
  • Project Plan
  • Dev Log

BRL-CAD Project site[edit]

  • Description: This project targets redesigning and updating the official site for BRL-CAD, which will add more details to the site related to the organization. The project will be made using the latest technologies like React, Hugo, or other site generators. Another important aspect of the project would be to make this documentation on GitHub more accessible (https://github.com/BRL-CAD/brlcad-docs/).
  • Org: BRL-CAD
  • Student: Divyanshu Garg
  • Abstract
  • Project Plan
  • Dev Log

3D Viewport Graphical Enhancements[edit]

  • Description: The project would allow the 3D viewport to support custom shaders for the render mode, and add associated features allowing the user to manage which shader is used.
  • Org: OpenSCAD
  • Student: Joseph Black
  • Abstract
  • Project Plan
  • Dev Log