Difference between revisions of "Diagrams/GSoC"

From HaskellWiki
Jump to navigation Jump to search
(Added a couple of broad ideas.)
Line 24: Line 24:
   
 
Generate diagrams that meet some declarative constraint specification.
 
Generate diagrams that meet some declarative constraint specification.
  +
  +
== Sources for more ideas ==
  +
  +
* http://www.cgal.org/Manual/latest/doc_html/cgal_manual/packages.html

Revision as of 00:12, 14 February 2013

It would be cool to get a Google Summer of Code student involved with diagrams somehow. Let's brainstorm some project ideas below!

More info:

Project ideas

GTK application for creating diagrams interactively

Path operations

Intersection, union, etc?

See also Diagrams/Dev/Paths.

Optimized Diagrams

Tools for backends to remove redundant data?

Constraint Based Diagrams

Generate diagrams that meet some declarative constraint specification.

Sources for more ideas