Editing Google Summer of Code/Project Ideas

From BRL-CAD

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 8: Line 8:
  
 
{|-
 
{|-
 +
|align="center" width="15%"|[http://brlcad.org/w/index.php?title=Google_Summer_of_Code/Project_Ideas#BRL-CAD_Projects http://brlcad.org/images/logo/cutout_sticker_256.png]
 
  |align="center" width="15%"|[http://brlcad.org/w/index.php?title=Google_Summer_of_Code/Project_Ideas#OpenSCAD_Projects http://www.openscad.org/assets/img/logo.png]
 
  |align="center" width="15%"|[http://brlcad.org/w/index.php?title=Google_Summer_of_Code/Project_Ideas#OpenSCAD_Projects http://www.openscad.org/assets/img/logo.png]
  |align="center" width="15%"|[http://brlcad.org/w/index.php?title=Google_Summer_of_Code/Project_Ideas#Slic3r_Projects https://raw.githubusercontent.com/alexrj/Slic3r/master/var/Slic3r_128px.png]
+
  |align="center" width="15%"|[http://brlcad.org/w/index.php?title=Google_Summer_of_Code/Project_Ideas#LibreCAD_Projects http://librecad.org/files/live/sites/lc/files/WebImages/LogoLibrecad_logo.png]
|align="center" width="15%"|[http://brlcad.org/w/index.php?title=Google_Summer_of_Code/Project_Ideas#LibreCAD_Projects https://librecad.org/img/logo.png]
 
 
  |-
 
  |-
 +
|align="center"|'''BRL-CAD''': 3D solid modeling, geometry processing, and robust high-performance ray tracing.  Help us make a better CAD system. 
 
  |align="center"|'''OpenSCAD''': rich syntax, programmable geometry.  Lots of possibilities to make it interoperate with BRL-CAD and LibreCAD.
 
  |align="center"|'''OpenSCAD''': rich syntax, programmable geometry.  Lots of possibilities to make it interoperate with BRL-CAD and LibreCAD.
|align="center"|'''Slic3r''': toolpath/G-code generator for 3D printers.
 
 
  |align="center"|'''LibreCAD''': specializes in 2D CAD modeling, drafting, drawings.  Help build a bridge to BRL-CAD or add STEP support.
 
  |align="center"|'''LibreCAD''': specializes in 2D CAD modeling, drafting, drawings.  Help build a bridge to BRL-CAD or add STEP support.
 
  |-
 
  |-
  |align="center" width="15%"|[http://brlcad.org/w/index.php?title=Google_Summer_of_Code/Project_Ideas#BRL-CAD_Projects http://brlcad.org/images/logo/BRL-CAD_gear3d_logo_164.png]
+
  |align="center" width="15%"|[http://brlcad.org/w/index.php?title=Google_Summer_of_Code/Project_Ideas#STEPcode_Projects http://stepcode.org/STEPcode_logo_gears_light.png]
 +
|align="center" width="15%"|[http://brlcad.org/w/index.php?title=Google_Summer_of_Code/Project_Ideas#Slic3r_Projects https://raw.githubusercontent.com/alexrj/Slic3r/master/var/Slic3r_128px.png]
 
|align="center" width="15%"|[http://brlcad.org/w/index.php?title=Google_Summer_of_Code/Project_Ideas#FreeCAD_Projects http://www.freecadweb.org/images/logo.png]
 
|align="center" width="15%"|[http://brlcad.org/w/index.php?title=Google_Summer_of_Code/Project_Ideas#FreeCAD_Projects http://www.freecadweb.org/images/logo.png]
 
  |-
 
  |-
  |align="center"|'''BRL-CAD''': 3D solid modeling, geometry processing, and robust high-performance ray tracingHelp us make a better CAD system.
+
  |align="center"|'''STEPcode''': file format on steroids, STEP is a complex standard for geometry used by nearly every pro CAD system.
 +
  |align="center"|'''Slic3r''': toolpath/G-code generator for 3D printers.
 
  |align="center"|'''FreeCAD''': parametric 3D modelling with strong Python interface and general engineering functionality like FEM and CAM  
 
  |align="center"|'''FreeCAD''': parametric 3D modelling with strong Python interface and general engineering functionality like FEM and CAM  
 
  |}
 
  |}
Line 27: Line 29:
 
= BRL-CAD Projects =
 
= BRL-CAD Projects =
 
== High Priority Topics ==
 
== High Priority Topics ==
This year, we are most interested in topics that will immediately benefit BRL-CAD users.  Please align your proposal with one of the following three focus areas.  Talk with us at http://brlcad.zulipchat.com
 
  
 
{| bgcolor=#fff width=100%
 
{| bgcolor=#fff width=100%
 +
!
 +
!align=center|Languages
 +
!align=center|Difficulty
 +
!align=center|Contacts
 
|-
 
|-
|align=center width=20% bgcolor=#e22|'''Performance'''
+
|align=left width=62%|'''[[Convert MGED from Tk to Qt]]:''' Transition BRL-CAD's graphical applications from the Tk toolkit to the Qt toolkit. 
|bgcolor=#aaa|Faster geometry.  In order, ideas like'''[[Coherent Raytracing]]''', anything involving OpenCL, parallelizing serial code, and eliminating LIBBU pointer aliasing.
+
|align=center|C/C++/Tcl/Qt
 +
|align=center|HARD
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Rossberg, Yapp]]
 
|-
 
|-
|align=center width=20% bgcolor=#2e2|'''User Interface'''
+
|width=62%|'''[[Annotations]]:''' Implement support for 2D annotations, labels that can be added to geometry.
|bgcolor=#ccc|Build on Google Code-In progress (OpenSCAD-style GUI), [[Convert MGED from Tk to Qt]], revamp our [[Overlap tool]] GUI, etc.  Qt and ray tracing are fair game.
+
|align=center|C/C++
|-
+
|align=center|MEDIUM
|align=center width=20% bgcolor=#22e|'''Core Infrastructure'''
+
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison, Yapp]]
|bgcolor=#aaa|Integrate appleseed rendering, extend and deploy Online Geometry Viewer (OGV), expand our geometry conversion (GCV) library.
 
 
|}
 
|}
  
Line 48: Line 54:
 
!align=center|Difficulty
 
!align=center|Difficulty
 
!align=center|Contacts
 
!align=center|Contacts
 +
|-
 +
|width=62%|'''[[Benchmark Performance Database]]:'''  BRL-CAD's Benchmark has been used for two decades to compare performance  across configurations.  Build a database website.
 +
|Depends (likely PHP or Python)
 +
|align=center|EASY
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 
|-
 
|-
 
|width=62%|'''[[Synchronize Wiki with Docbook]]:'''  We use Docbook for most of our user documentation but find editing a wiki page much easier to use.  Set up a system so the two are always in sync.
 
|width=62%|'''[[Synchronize Wiki with Docbook]]:'''  We use Docbook for most of our user documentation but find editing a wiki page much easier to use.  Set up a system so the two are always in sync.
Line 53: Line 64:
 
|align=center|MEDIUM
 
|align=center|MEDIUM
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Yapp]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Yapp]]
 +
|-
 +
|width=62%|'''[[Online Geometry Viewer Interface]]:'''  Continuation of existing work, improve our interface for viewing geometry online.  Focus on the front-end usability.
 +
|Depends (likely PHP or Python)
 +
|align=center|MEDIUM
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 
|-
 
|-
 
|width=62%|'''[[Online Geometry Viewer Back-end]]:'''  Continuation of existing work, improve our interface for viewing geometry online.  Focus on the back-end infrastructure.
 
|width=62%|'''[[Online Geometry Viewer Back-end]]:'''  Continuation of existing work, improve our interface for viewing geometry online.  Focus on the back-end infrastructure.
|C++, Javascript, Meteor.js, Three.js
+
|Depends (likely PHP or Python)
|align=center|Medium
+
|align=center|HARD
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]],[[Google_Summer_of_Code/Project_Ideas#Mentors|Pooh]], [[Google_Summer_of_Code/Project_Ideas#Mentors|Panda]]
+
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 
|-
 
|-
 
|width=62%|'''[[Mediawiki 3D Geometry Extension]]:'''  Write an extension for Mediawiki that will visualize our .g files.  Maybe leverage LLVM C->Javascript translation.  
 
|width=62%|'''[[Mediawiki 3D Geometry Extension]]:'''  Write an extension for Mediawiki that will visualize our .g files.  Maybe leverage LLVM C->Javascript translation.  
Line 63: Line 79:
 
|align=center|HARD
 
|align=center|HARD
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 +
|-
 +
|width=62%|'''[[Materials Database]]:'''  Create a Materials Database web site for collecting, managing, and providing programmatic interfaces to material properties.
 +
|Depends (likely PHP or Python)
 +
|align=center|MEDIUM
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison, Yapp]]
 
|}
 
|}
  
Line 73: Line 94:
 
!align=center|Contacts
 
!align=center|Contacts
 
|-
 
|-
|align=left width=62%|'''[[Plate Mode NURBS raytracing]]:'''  Imported NURBS geometry often does NOT enclose space (i.e., not solid), so add support for specifying an implicit thickness.
+
|align=left width=62%|'''[[NURBS Editing Support]]:'''  BRL-CAD doesn't currently have support for editing NURBS primitives. Fix that.
|align=center|C/C++
+
|align=center|C/Tcl
|align=center|HARD
+
|align=center|MEDIUM
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
+
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Yapp]]
 
|-
 
|-
 
|width=62%|'''[[Overlap tool]]:''' Resolving geometric interferences (aka overlaps) is a common geometry editing activity.  Design an awesome GUI for resolving conflicts.
 
|width=62%|'''[[Overlap tool]]:''' Resolving geometric interferences (aka overlaps) is a common geometry editing activity.  Design an awesome GUI for resolving conflicts.
Line 82: Line 103:
 
|align=center|EASY
 
|align=center|EASY
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Yapp, Morrison, Greenwald]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Yapp, Morrison, Greenwald]]
|-
 
|align=left width=62%|'''[[NURBS Editing Support]]:'''  BRL-CAD doesn't currently have good support for editing NURBS primitives.  Fix that.
 
|align=center|C/Tcl
 
|align=center|MEDIUM
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Yapp]]
 
 
|-
 
|-
 
|align=left width=62%|'''[[Vector Drawings from NURBS]]:'''  Huge impact here if you can update one or more of our raytracers to provide vector output instead of raster.  Perhaps render directly to PDF or SVG.
 
|align=left width=62%|'''[[Vector Drawings from NURBS]]:'''  Huge impact here if you can update one or more of our raytracers to provide vector output instead of raster.  Perhaps render directly to PDF or SVG.
Line 98: Line 114:
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison, Rossberg]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison, Rossberg]]
 
|-
 
|-
|width=62%|'''[[Geometry Conversion Library]]:'''  Probably our biggest open source asset is our extensive collection of importers and exportersTurn them all into a universal conversion library.  
+
|width=62%|'''[[Visualizing Constructive Solid Geometry (CSG)]]:'''  CSG forms a directed acyclic graphTree view widgets show a simple hierarchical representation, but we need something better.
 
|align=center|C/C++
 
|align=center|C/C++
 
|align=center|EASY
 
|align=center|EASY
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Greenwald, Morrison, Rossberg]]
+
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 
|-
 
|-
|width=62%|'''[[STEP importer improvements]]:'''  We have an importer, but it's preliminary.  Add support for importing hierarchy information, polygonal geometry, and implicit geometry.
+
|align=left width=62%|'''[[Plate Mode NURBS raytracing]]:'''  Imported NURBS geometry often does NOT enclose space (i.e., not solid), so add support for specifying an implicit thickness.
 
|align=center|C/C++
 
|align=center|C/C++
|align=center|MEDIUM
+
|align=center|HARD
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Yapp]]
+
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 
|-
 
|-
 
|width=62%|'''[[STEP exporter]]:'''  We have an importer, we need a comprehensive exporter with support for implicit CSG, NURBS, or polygonal mesh geometry.
 
|width=62%|'''[[STEP exporter]]:'''  We have an importer, we need a comprehensive exporter with support for implicit CSG, NURBS, or polygonal mesh geometry.
Line 112: Line 128:
 
|align=center|EASY
 
|align=center|EASY
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Yapp, Morrison]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Yapp, Morrison]]
 +
|-
 +
|width=62%|'''[[STEP importer improvements]]:'''  We have an importer, but it's preliminary.  Add support for importing hierarchy information, polygonal geometry, and implicit geometry.
 +
|align=center|C/C++
 +
|align=center|MEDIUM
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Yapp]]
 +
|-
 +
|width=62%|'''[[STEP AP 242 Parser]]:'''  We already parse a subset of AP203, but the new kid on the block is AP242.  Make AP242 work with BRL-CAD's step-g importer.
 +
|align=center|C++
 +
|align=center|HARD
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Mark, Charlie, Yapp, Kamga]]
 
|-
 
|-
 
|width=62%|'''[[Convert BoT to Pipe]]:'''  Command line interface to convert facetted fluid/electrical line geometry into BRL-CAD native pipe solids.
 
|width=62%|'''[[Convert BoT to Pipe]]:'''  Command line interface to convert facetted fluid/electrical line geometry into BRL-CAD native pipe solids.
Line 117: Line 143:
 
|align=center|MEDIUM
 
|align=center|MEDIUM
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 +
|-
 +
|width=62%|'''[[IGES import improvements]]:'''  We have extensive support for the International Geometry Exchange Standard (IGES) with our g-iges and iges-g converters, but they need updating.
 +
|align=center|C
 +
|align=center|MEDIUM
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 +
|-
 +
|width=62%|'''[[Geometry Conversion Library]]:'''  Probably our biggest open source asset is our extensive collection of importers and exporters.  Turn them all into a universal conversion library.
 +
|align=center|C/C++
 +
|align=center|EASY
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Greenwald, Morrison, Rossberg]]
 +
|-
 +
|width=62%|'''[[COLLADA Importer]]:'''  Create an importer for the COLLADA file format.
 +
|align=center|C/C++
 +
|align=center|MEDIUM
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 +
|-
 +
|width=62%|'''[[X3D Importer]]:'''  Create an importer for the X3D file format.
 +
|align=center|C/C++
 +
|align=center|MEDIUM
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison, Kamga]]
 
|-
 
|-
 
|width=62%|'''[[OpenSCAD Importer]]:'''  Create an importer for OpenSCAD's format.
 
|width=62%|'''[[OpenSCAD Importer]]:'''  Create an importer for OpenSCAD's format.
Line 128: Line 174:
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 
|-
 
|-
|width=62%|'''[[Python Geometry]]:'''  Wrap BRL-CAD's primitives in Python (or Lua), make it easier to script geometry creation.  
+
|width=62%|'''[[Python Geometry]]:'''  Wrap BRL-CAD's primitives in Python, make it easier to script geometry creation.  
|align=center|Python/Lua
+
|align=center|Python
 
|align=center|Easy
 
|align=center|Easy
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 +
|-
 +
|width=62%|'''[[Perl Geometry]]:'''  Wrap BRL-CAD's primitives in Perl, make it easier to script geometry creation.
 +
|align=center|Perl
 +
|align=center|Easy
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Browder]]
 
|}
 
|}
  
Line 141: Line 192:
 
!align=center|Difficulty
 
!align=center|Difficulty
 
!align=center|Contacts
 
!align=center|Contacts
|-
 
|align=left width=62%|'''[[Coherent Raytracing]]:''' Our current raytrace pipeline dispatches and processes one ray at a time.  Send bundles and convert the pipeline into phases.
 
|align=center|C/C++
 
|align=center|MEDIUM
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison, Rossberg]]
 
 
|-
 
|-
 
|align=left width=62%|'''[[OpenCL GPGPU Raytracing]]:''' We have about a dozen simple primitives that need to have a ray-object intersection function converted from C to OpenCL.
 
|align=left width=62%|'''[[OpenCL GPGPU Raytracing]]:''' We have about a dozen simple primitives that need to have a ray-object intersection function converted from C to OpenCL.
Line 162: Line 208:
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 
|-
 
|-
|align=left width=62%|'''[[OpenCL GPGPU Brep Raytracing]]:''' We need to support Brep NURBS raytracing over the GPU. There is example CPU only code. Execution on the GPU should significantly enhance rendering performance of these primitives.
+
|align=left width=62%|'''[[Coherent Raytracing]]:''' Our current raytrace pipeline dispatches and processes one ray at a time. Send bundles and convert the pipeline into phases.  
|align=center|C/OpenCL
+
|align=center|C/C++
|align=center|HARD
+
|align=center|MEDIUM
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
+
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison, Rossberg]]
 
|-
 
|-
 
|align=left width=62%|'''[[NURBS Booleans]]:'''  We have NURBS surface-surface intersections working.  Now we're using them to create evaluated forms of our CSG geometry.  Make it more robust and faster.
 
|align=left width=62%|'''[[NURBS Booleans]]:'''  We have NURBS surface-surface intersections working.  Now we're using them to create evaluated forms of our CSG geometry.  Make it more robust and faster.
Line 176: Line 222:
 
|align=center|MEDIUM
 
|align=center|MEDIUM
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Yapp, Morrison]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Yapp, Morrison]]
 +
|-
 +
|width=62%|'''[[Fix Bugs]]:'''  We take pride in our breadth of functionality and time-tested stability.  We still have bugs.  Identify some and fix them!
 +
|align=center|C
 +
|align=center|EASY
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Browder]]
 +
|-
 +
|width=62%|'''[[NMG Raytracing Performance Improvement]]:'''  BRL-CAD's structured mesh geometry (N-Manifold Geometry = NMG) needs some time in a profiler.  Malloc during raytracing is bad.
 +
|align=center|C
 +
|align=center|HARD
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison, Greenwald]]
 +
|-
 +
|width=62%|'''[[Mesh library cleanup]]:'''  BRL-CAD has an extensive n-manifold polygonal mesh library that needs some refactoring, testing, and optimization rework.
 +
|align=center|C
 +
|align=center|MEDIUM
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison, Rossberg]]
 
|-
 
|-
 
|width=62%|'''[[Space Partitioning for Tessellation]]:'''  Technically an optimization task, make our geometry converters run an order of magnitude faster by using spatial partitioning during tessellation.
 
|width=62%|'''[[Space Partitioning for Tessellation]]:'''  Technically an optimization task, make our geometry converters run an order of magnitude faster by using spatial partitioning during tessellation.
Line 181: Line 242:
 
|align=center|HARD
 
|align=center|HARD
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Greenwald, Yapp, Morrison]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Greenwald, Yapp, Morrison]]
 +
|-
 +
|width=62%|'''[[Code Reduction]]:'''  BRL-CAD is more than 1M lines of code.  Approximately 10% of that is duplication.  Help reduce that percentage.
 +
|align=center|C
 +
|align=center|EASY
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Greenwald, Morrison]]
 +
|-
 +
|width=62%|'''[[Header Restructuring]]:'''  BRL-CAD has about two dozen libraries with a single header declaring the entire public API.  Break up those monster headers into modular sub-headers.
 +
|align=center|C
 +
|align=center|EASY
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Greenwald, Morrison]]
 
|-
 
|-
 
|width=62%|'''[[Faster Overlap Detection]]:'''  BRL-CAD has a 'gqa' tool that detects overlaps.  Implement a replacement using a better approach.
 
|width=62%|'''[[Faster Overlap Detection]]:'''  BRL-CAD has a 'gqa' tool that detects overlaps.  Implement a replacement using a better approach.
Line 205: Line 276:
 
|align=center|EASY
 
|align=center|EASY
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison, Yapp]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison, Yapp]]
 +
|-
 +
|width=62%|'''[[Advanced Sketch Primitive Editor]]:'''  BRL-CAD has a 2D sketch primitive, but our handling of editing sketches doesn't incorporate parametric constraints.  There are potentially applicable codes in the open source community we can leverage for this, or we can roll our own solution.
 +
|align=center|C/C++
 +
|align=center|MEDIUM
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Yapp]]
 +
|-
 +
|width=62%|'''[[Geometric Constraint Solver]]:'''  Our LIBPC parametric constraint library is the work-in-progress foundation of being able to validate and describe geometry relationships.
 +
|align=center|C/C++
 +
|align=center|HARD
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 +
|-
 +
|width=62%|'''[[MGED to Archer Command Migration]]:'''  Our next-generation editor (Archer) needs to have the same (700+) commands that are in MGED.  Help make our next CAD interface awesome.
 +
|align=center|C and Tcl
 +
|align=center|EASY
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Yapp, Kamga]]
 
|-
 
|-
 
|width=62%|'''[[General Tree Walker]]:'''  We have a half dozen or more functions that will traverse a geometry hierarchy in different ways.  There only needs to be one.
 
|width=62%|'''[[General Tree Walker]]:'''  We have a half dozen or more functions that will traverse a geometry hierarchy in different ways.  There only needs to be one.
Line 210: Line 296:
 
|align=center|EASY
 
|align=center|EASY
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Greenwald, Yapp, Morrison]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Greenwald, Yapp, Morrison]]
 +
|-
 +
|width=62%|'''[[Consolidate image processing]]:'''  We have 100+ image processing tools that independently read and write file data.  Needs much reuse love.
 +
|align=center|C
 +
|align=center|EASY
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Greenwald, Daga]]
 
|-
 
|-
 
|width=62%|'''[[GED Transactions]]:''' Migrating functionality from our MGED geometry editor into our LIBGED library provided excellent code reuse, but now we need transactions so that actions can be undone.
 
|width=62%|'''[[GED Transactions]]:''' Migrating functionality from our MGED geometry editor into our LIBGED library provided excellent code reuse, but now we need transactions so that actions can be undone.
Line 220: Line 311:
 
|align=center|EASY
 
|align=center|EASY
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Yapp, Daga]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Yapp, Daga]]
 +
|-
 +
|width=62%|'''[[Geometry Selection Functionality]]:'''  Implement a new selection command that lets you temporarily group objects based on spatial, attribute, or geometric properties.
 +
|align=center|C
 +
|align=center|EASY
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 
|-
 
|-
 
|width=62%|'''[[Astronomical units]]:'''  We already go "big", but accurately modeling at a galactic scale redefines that notion...
 
|width=62%|'''[[Astronomical units]]:'''  We already go "big", but accurately modeling at a galactic scale redefines that notion...
Line 240: Line 336:
 
|align=center|EASY
 
|align=center|EASY
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Browder]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Browder]]
 +
|-
 +
|width=62%|'''[[Python Bindings]]:'''  With or without SWIG, wrap BRL-CAD's command library API so you can issue our creation and editing commands from Python.
 +
|align=center|Python
 +
|align=center|EASY
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 +
|-
 +
|width=62%|'''[[Perl Bindings]]:'''  With SWIG, wrap BRL-CAD's ray-tracing library API so you can issue calls to librt ray-tracing functions from Perl.
 +
|align=center|Perl
 +
|align=center|EASY
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Browder, Daga]]
 
|}
 
|}
  
Line 250: Line 356:
 
!align=center|Contacts
 
!align=center|Contacts
 
|-
 
|-
|width=62%|'''[[Appleseed renderer integration]]:'''  Appleseed is rendering infrastructure used by the film industry to make pretty pictures.  Make it shoot rays at our native geometry with our ray trace library.
+
|width=62%|'''[[Shader Enhancements]]:'''  We have a functioning custom shader system in BRL-CAD, but there are now folks that specialize and there's lot of room for improvements.
 
|align=center|C
 
|align=center|C
|align=center|MEDIUM
+
|align=center|EASY
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
+
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison, Greenwald]]
 
|-
 
|-
 
|width=62%|'''[[Material and Shader Objects]]:'''  This one is a biggie but easy.  Implement new object entities for describing shaders and material properties, use them during ray tracing.
 
|width=62%|'''[[Material and Shader Objects]]:'''  This one is a biggie but easy.  Implement new object entities for describing shaders and material properties, use them during ray tracing.
Line 259: Line 365:
 
|align=center|EASY
 
|align=center|EASY
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 +
|-
 +
|width=62%|'''[[GUI Integration of Analysis Tools]]:'''  There are a ''lot'' of visualization tools in BRL-CAD, but most aren't integrated with the GUI.  Visualizing directly within the GUI would improve usability.
 +
|align=center|C
 +
|align=center|MEDIUM
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Rossberg]]
 
|-
 
|-
 
|width=62%|'''[[Generalized abstracted spacial partitioning capability]]:''' Need more be said?  If you're familiar with BSPs, KD trees, and grid structures, then this one is for you.
 
|width=62%|'''[[Generalized abstracted spacial partitioning capability]]:''' Need more be said?  If you're familiar with BSPs, KD trees, and grid structures, then this one is for you.
Line 279: Line 390:
 
|align=center|MEDIUM
 
|align=center|MEDIUM
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Greenwald]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Greenwald]]
 +
|-
 +
|width=62%|'''[[Non-vacuum gravity simulator]]:'''  Simulate falling to earth.
 +
|align=center|C/C++
 +
|align=center|MEDIUM
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Greenwald, Morrison, Yapp]]
 +
|-
 +
|width=62%|'''[[Polarization]]:'''  We already do multispectral ray tracing, but don't simulate polarization effects.  Implement ray splitting and filtering.
 +
|align=center|C
 +
|align=center|HARD
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison, Rossberg]]
 
|-
 
|-
 
|width=62%|'''[[Density functions]]:'''  Accurately represent everything from atmosphere to bone.  Implement support for parametric density functions for homogenous materials.
 
|width=62%|'''[[Density functions]]:'''  Accurately represent everything from atmosphere to bone.  Implement support for parametric density functions for homogenous materials.
Line 286: Line 407:
 
|-
 
|-
 
|width=62%|'''[[Bending light]]:'''  Think gravity wells and satellite cameras.
 
|width=62%|'''[[Bending light]]:'''  Think gravity wells and satellite cameras.
 +
|align=center|C
 +
|align=center|MEDIUM
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Morrison]]
 +
|-
 +
|width=62%|'''[[Appleseed renderer integration]]:'''  Appleseed is rendering infrastructure used by the film industry to make pretty pictures.  Make it shoot rays at our native geometry with our ray trace library.
 
|align=center|C
 
|align=center|C
 
|align=center|MEDIUM
 
|align=center|MEDIUM
Line 291: Line 417:
 
|}
 
|}
  
Open Channel For Goods Using Optics +robotics concept:
+
== <An Idea of Your Own> ==
We can Create A Tunnel Like way Where we can transport goods like We Transport data through seas Using Optics. Only Need Is To make it automated with perfect coding for destination. We can Do this with the help of Software+Mechanical Engineers. Where coding and assembly plays important role..  
+
 
Coding can Be Done In General By C/c++ language which is Simpler
+
Do you have an idea of your own?  Maybe you need [http://brlcad.org/~sean/ideas.html more ideas] to inspire you?  We're very open to areas of academic research, industry applications, and ideas that get you hooked on open source CAD development.
 +
 
 +
Requirements:
 +
 
 +
* Passion for the task being suggested
  
 
= OpenSCAD Projects =
 
= OpenSCAD Projects =
Line 317: Line 447:
 
|align=left width=62%|'''[https://github.com/openscad/openscad/wiki/Project%3A-Improve-OpenGL-rendering OpenGL framework]:''' Rewrite the OpenGL rendering code to use a rendering framework. Focus on compatibility with OpenGL ES2 and rendering performance.
 
|align=left width=62%|'''[https://github.com/openscad/openscad/wiki/Project%3A-Improve-OpenGL-rendering OpenGL framework]:''' Rewrite the OpenGL rendering code to use a rendering framework. Focus on compatibility with OpenGL ES2 and rendering performance.
 
|align=center|C++ OpenGL
 
|align=center|C++ OpenGL
|align=center|MEDIUM
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Marius/Torsten]]
 
|-
 
|align=left width=62%|'''[https://github.com/openscad/openscad/wiki/Project%3A-Improve-Text-Editor Improve Text Editor]:''' Add more IDE style features to the text editor integrated in OpenSCAD.
 
|align=center|C++
 
 
|align=center|MEDIUM
 
|align=center|MEDIUM
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Marius/Torsten]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Marius/Torsten]]
Line 340: Line 465:
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Marius/Torsten]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Marius/Torsten]]
 
|-
 
|-
|align=left width=62%|'''[https://github.com/openscad/openscad/wiki/Project%3A-Add-support-for-exporting-models-in-STEP-format Add support for exporting models in STEP format]:''' Enable better integration with other CAD tools by adding STEP export.
+
|align=left width=62%|'''[https://github.com/openscad/openscad/wiki/Ideas-for-Development-Tasks#issue-handling Issue Handling]:''' Day-to day issue and community management, fix incoming and existin issues. Good place to get started.
|align=center|C++
 
|align=center|HARD
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Marius/Torsten]]
 
|-
 
|align=left width=62%|'''[https://github.com/openscad/openscad/wiki/Ideas-for-Development-Tasks#issue-handling Issue Handling]:''' Day-to day issue and community management, fix incoming and existing issues. Good place to get started.
 
 
|align=center|C++
 
|align=center|C++
 
|align=center|EASY
 
|align=center|EASY
Line 351: Line 471:
 
|-
 
|-
 
|align=left width=62%|'''[https://github.com/openscad/openscad/wiki/Ideas-for-Development-Tasks#test-framework-improvements Test Framework Improvements]:''' Improve tests and test framework. Good place to get started.
 
|align=left width=62%|'''[https://github.com/openscad/openscad/wiki/Ideas-for-Development-Tasks#test-framework-improvements Test Framework Improvements]:''' Improve tests and test framework. Good place to get started.
|align=center|Python, C++
+
|align=center|C++
 
|align=center|EASY-MEDIUM
 
|align=center|EASY-MEDIUM
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Marius/Torsten]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Marius/Torsten]]
Line 371: Line 491:
  
 
LibreCAD is a free Open Source CAD application for Windows, Apple and Linux. Support and documentation is free from our large, dedicated community of users, contributors and developers.
 
LibreCAD is a free Open Source CAD application for Windows, Apple and Linux. Support and documentation is free from our large, dedicated community of users, contributors and developers.
Please refer to [http://wiki.librecad.org/index.php/GSoC_2018#LibreCAD_Project_Ideas LibreCAD GSoC 2018 ideas] for more detailed description.
+
Please refer to [http://wiki.librecad.org/index.php/GSoC_2015#LibreCAD_Projects_Ideas LibreCAD GSoC 2015 ideas] for more detailed description.
  
  
Line 382: Line 502:
  
 
|- bgcolor=#ffffff
 
|- bgcolor=#ffffff
|width=62%|'''[http://wiki.librecad.org/index.php/GSoC_2018#LibreCAD_Project_Ideas LibreCAD 3 UI]:'''  Add missing features, e.g. snapping, to the very basic GUI.
+
|width=62%|'''[[LibreCAD 3 UI]]:'''  Add GUI support for drawing and editing actions to start exposing it to end users.
 
|align=center|C++,Math
 
|align=center|C++,Math
|align=center|MEDIUM
+
|align=center|MEDIUM TO HIGH
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Armin]], [[Google_Summer_of_Code/Project_Ideas#Mentors|Florian]]
+
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|LordOfBikes]], [[Google_Summer_of_Code/Project_Ideas#Mentors|ries]]
 
|-
 
|-
  
 
|- bgcolor=#ffffff
 
|- bgcolor=#ffffff
|width=62%|'''[http://wiki.librecad.org/index.php/GSoC_2018#LibreCAD_Project_Ideas LibreCAD 3 DXF Entities]'''  Implement missing DXF entities, e.g. blocks, use LibreCAD 2 for reference.
+
|width=62%|'''[[Improve Spline/Bézier Support]]'''   
 
|align=center|C++,Math
 
|align=center|C++,Math
 +
|align=center|MEDIUM TO HIGH
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|LordOfBikes]], [[Google_Summer_of_Code/Project_Ideas#Mentors|ries]]
 +
|-
 +
 +
 +
|- bgcolor=#ffffff
 +
|width=62%|'''[[Improve contour topology support]]:'''  Hatching and area enclosed in a contour
 +
|align=center|C++
 
|align=center|MEDIUM
 
|align=center|MEDIUM
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Armin]], [[Google_Summer_of_Code/Project_Ideas#Mentors|Florian]]
+
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|LordOfBikes]], [[Google_Summer_of_Code/Project_Ideas#Mentors|ries]]
 
|-
 
|-
  
 +
|- bgcolor=#ffffff
 +
|width=62%|'''[[Improve precision and robustness of equation solvers]]''' 
 +
|align=center|C++
 +
|align=center|MEDIUM
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|LordOfBikes]], [[Google_Summer_of_Code/Project_Ideas#Mentors|ries]]
 +
|-
  
 
|- bgcolor=#ffffff
 
|- bgcolor=#ffffff
|width=62%|'''[http://wiki.librecad.org/index.php/GSoC_2018#LibreCAD_Project_Ideas LibreCAD 3 OpenGL rendering]:'''  Replace our current rendering engine ''Cairo'' with pure OpenGL rendering.
+
|width=62%|'''[[Conic curve support]]'''   
 
|align=center|C++
 
|align=center|C++
|align=center|MEDIUM/HIGH
+
|align=center|MEDIUM
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Armin]], [[Google_Summer_of_Code/Project_Ideas#Mentors|Florian]]
+
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|LordOfBikes]], [[Google_Summer_of_Code/Project_Ideas#Mentors|ries]]
 
|-
 
|-
  
 
|- bgcolor=#ffffff
 
|- bgcolor=#ffffff
|width=62%|'''[http://wiki.librecad.org/index.php/GSoC_2018#LibreCAD_Project_Ideas LibreCAD 3 Plugin Interface]''' Right now we have some LUA based scripting support for LibreCAD 3. But we want to be much more extensible, e.g. with a XML/JSON interface.
+
|width=62%|'''[[SmartSnap]]:''' Adding and improve snap features for drawing
 
|align=center|C++
 
|align=center|C++
|align=center|MEDIUM/HIGH
+
|align=center|MEDIUM
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Armin]], [[Google_Summer_of_Code/Project_Ideas#Mentors|Florian]]
+
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|LordOfBikes]], [[Google_Summer_of_Code/Project_Ideas#Mentors|ries]]
 
|-
 
|-
  
 
|- bgcolor=#ffffff
 
|- bgcolor=#ffffff
|width=62%|'''[http://wiki.librecad.org/index.php/GSoC_2018#LibreCAD_Project_Ideas LibreCAD 3 trimming support]'''  LibreCAD 3 trim operation doesn't support all entities  and is entirely written in Lua. We need a better system which would support all entities and divide operation.
+
|width=62%|'''[[Support for multiple units upon data entry]]'''   
|align=center|C++,Math
+
|align=center|C++
 
|align=center|MEDIUM
 
|align=center|MEDIUM
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Armin]], [[Google_Summer_of_Code/Project_Ideas#Mentors|Florian]]
+
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|LordOfBikes]]
 
|-
 
|-
 
|}
 
|}
Line 482: Line 616:
 
!align=center|Contacts
 
!align=center|Contacts
 
|-
 
|-
 +
|width=62%|'''Conditional G-code and arithmetic expressions parser:'''  Implement a grammar parser for conditional and arithmetic expressions within custom G-code, maybe using Boost.Spirit or some other library. [https://github.com/alexrj/Slic3r/issues/3390 #3390]
 +
|C++
 +
|align=center|Easy-Medium
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Alessandro/Joseph]]
 +
|-
 
|width=62%|'''Port the GUI to C++:''' The GUI is currently coded in Perl using wxWidgets and our goal is to have it ported to C++. The wxWidgets API is almost identical between Perl and C++, so it's an easy task. There are a couple things where we use the dynamic features of Perl which are trickier and interesting to port.
 
|width=62%|'''Port the GUI to C++:''' The GUI is currently coded in Perl using wxWidgets and our goal is to have it ported to C++. The wxWidgets API is almost identical between Perl and C++, so it's an easy task. There are a couple things where we use the dynamic features of Perl which are trickier and interesting to port.
 
|C++/wxWidgets
 
|C++/wxWidgets
Line 515: Line 654:
 
|C++
 
|C++
 
|align=center|Medium/Hard
 
|align=center|Medium/Hard
 +
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Alessandro/Joseph]]
 +
|-
 +
|width=62%|'''Implement 3MF format read/write:''' Add the 3MF format for both reading and writing. [https://github.com/alexrj/Slic3r/issues/2811 #2811]
 +
|C++
 +
|align=center|Easy
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Alessandro/Joseph]]
 
|align=center|[[Google_Summer_of_Code/Project_Ideas#Mentors|Alessandro/Joseph]]
 
|-
 
|-
Line 616: Line 760:
 
** ``Erik on irc.freenode.net
 
** ``Erik on irc.freenode.net
 
** Org admin, BRL-CAD core dev
 
** Org admin, BRL-CAD core dev
** mainly FDM/FFF, geometry conversion, CAE/prototyping
 
  
 
* Cliff Yapp
 
* Cliff Yapp
Line 643: Line 786:
 
** zero_level irc.freenode.net
 
** zero_level irc.freenode.net
 
** BRL-CAD Mentor, Computer Science Engineer
 
** BRL-CAD Mentor, Computer Science Engineer
 
* Inderpreet Singh (Pooh)
 
** Pooh on https://brlcad.zulipchat.com
 
** OGV mentor
 
 
* Gauravjeet Singh (Panda)
 
** Panda on https://brlcad.zulipchat.com
 
** OGV mentor
 
  
 
* Mark Pictor
 
* Mark Pictor
Line 683: Line 818:
 
** LoH on irc.freenode.net
 
** LoH on irc.freenode.net
 
** Slic3r Mentor
 
** Slic3r Mentor
 
* Shubham Rathore (:gabbar1947)
 
** gabbar1947 on irc.freenode.net
 
** BRL-CAD Mentor
 

Please note that all contributions to BRL-CAD may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see BRL-CAD:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)