Difference between revisions of "Google Summer of Code/Project Ideas"

From BRL-CAD
(Graphical User Interface (GUI) Projects)
(bgcolor)
Line 9: Line 9:
 
BRL-CAD has recently implemented raytracing support for NURBS-based boundary representation geometry.  It's one of our hot-topic priority focus areas with high impact and high visibility.  They are also pretty hard so be careful to have sufficient familiarity and lots of milestones.
 
BRL-CAD has recently implemented raytracing support for NURBS-based boundary representation geometry.  It's one of our hot-topic priority focus areas with high impact and high visibility.  They are also pretty hard so be careful to have sufficient familiarity and lots of milestones.
  
{| border=1
+
{| border=1 bgcolor=#444444
 
!Idea
 
!Idea
 
!Description
 
!Description

Revision as of 09:19, 24 March 2011

The list of possible projects below should serve as a good starting point for new developers that would like to get involved in working on BRL-CAD. The ideas below range from the very hard and math intense to the very easy, see the link to each for more details. You are also welcome to scale the scope of the project up or down as needed as the ideas suggested below are merely starting points. There are also several other areas of development that are of high-interest.

Be sure to read up on our application process for getting started with your proposal submission if you have not done so already including our checklist. See the diagram at the bottom of this page for an overview of our major project focus areas.

Project Categories

NURBS (Non-Uniform Rational B-Splines) Projects

BRL-CAD has recently implemented raytracing support for NURBS-based boundary representation geometry. It's one of our hot-topic priority focus areas with high impact and high visibility. They are also pretty hard so be careful to have sufficient familiarity and lots of milestones.

Idea Description Languages Impact Difficulty
NURBS Intersections Evaluate the intersection of two NURBS surfaces. You'll usually get a 3D curve or a point, line segment, or even a plane where the two surfaces line up and/or overlap. C/C++ HIGH HARD
NURBS Tessellation Given a NURBS surface, evaluate a tessellated polygonal mesh. Given a NURBS solid (i.e., a collection of NURBS surfaces that enclose space), evaluate a solid tessellated polygonal mesh. It has to be fast. C/C++ HIGH MEDIUM/HARD
CSG to NURBS conversion BRL-CAD implements lots of primitives defined with implicit parameters. This task takes one of our traditional CSG hierarchy implicit models and generates a CSG NURBS explicit model. C/C++ HIGH MEDIUM/HARD
Plate Mode NURBS raytracing Working with explicit NURBS surfaces and trying to preserve solidity is very hard. Particularly for imported geometry, the surfaces will often NOT enclose space so they are not solid. This task adds support for representing surface geometry as having an implicit user-specified thickness. C/C++ HIGH HARD

Graphical User Interface (GUI) Projects

The primary environment in which users interact with BRL-CAD geometry is the MGED geometry editor. The "next generation" interface for MGED, dubbed Archer, has been under development for some time as the follow-on interface but there is a lot more migration of functionality still required. Most of the tasks below relate directly to either MGED, Archer, or both.

Idea Description Languages Impact Difficulty
New Cross-Platform 3D Display Manager BRL-CAD uses the concept of a display manager to visualize 3D geometry, wireframes, text and more within a graphical window. We want a new display manager that uses a cross-platform toolkit such as Qt or OGRE so we can use the same one interface for most platforms. C/C++ HIGH MEDIUM
New Cross-Platform 2D Framebuffer In addition to the 3D display manager, BRL-CAD also implements 2D framebuffers to display images. For now, you can think of it as a simple 2D graphics context in a window. Having a single cross-platform framebuffer interface built upon a common framework is very desirable. C/C++ HIGH LOW
MGED to Archer Command Migration Command functionality is being moved out of MGED into LIBGED and then shared between MGED and Archer. MGED has more than 700 commands. Archer presently has around 100 with 100-200 more to go before it will be ready for production use. C and Tcl HIGH MEDIUM
MGED Sketch Editor Migration and Enhancement MGED has a terribly cumbersome 2D sketch editor written in pure Tcl/Tk. Archer, however, has nothing. This task involves working on either or both, but should concentrate on at least providing a usable interface within Archer. Tcl (presently) and/or C HIGH HARD
Ayam Editor Feature Integration C/Tcl MEDIUM MEDIUM/HARD
Analytical Raytracing Visualization C MEDIUM MEDIUM
Level of Detail Wireframes C HIGH MEDIUM/HARD
BoT Editing C HIGH HARD
NMG Editing C HIGH HARD
Graph layout based geometry hierarchy view C/C++ MEDIUM EASY

Core Geometry Processing Projects

Core Analysis & Rendering Projects

Other Tool Projects

Some of these project ideas aren't as detailed or elaborate as the ones above, but would be interesting and useful nonetheless. Please discuss with us before proposing one of these ideas.

<AN IDEA OF YOUR OWN>

Do you have an idea of your own? Let us know and maybe we'll like it too. We're very open to new ideas, areas of academic research, industry applications, and any other ways that may help get you hooked on BRL-CAD development. Just remember that BRL-CAD is a solid modeling CAD suite so keep that in mind when scoping your project.

Requirements:

  • Passion for the task being suggested
  • Buy-in from one of the existing developers

Difficulty: variable

BRL-CAD Priorities.png