Difference between revisions of "Diagrams/GSoC"

From HaskellWiki
Jump to navigation Jump to search
(Added a couple of broad ideas.)
(Link to latest GSoC pages)
 
(21 intermediate revisions by 6 users not shown)
Line 1: Line 1:
  +
Are you a potential Google Summer of Code student searching for a project to propose? Consider contributing to [http://projects.haskell.org/diagrams/ diagrams]! It's an active project with a small, friendly, and knowledgeable [http://projects.haskell.org/diagrams/community.html developer community]. Contributions to diagrams directly improve people's ability to communicate ideas effectively, and raise the profile of the Haskell programming language. Most of all, it's fun---you get to tangibly experience your contributions in the form of beautiful or useful images.
It would be cool to get a Google Summer of Code student involved with diagrams somehow. Let's brainstorm some project ideas below!
 
  +
  +
See [[Diagrams/Projects]] for a list of potential project ideas (though note that not all of them may make suitable GSoC projects). We're happy to discuss any of those ideas, or your own ideas, to help you come up with a solid proposal for a project you're excited about---send email to the [http://groups.google.com/group/diagrams-discuss mailing list].
   
 
More info:
 
More info:
   
* http://google-opensource.blogspot.com/2013/02/flip-bits-not-burgers-google-summer-of.html
+
* http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2014/help_page
* http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2013/help_page
+
* http://www.google-melange.com/gsoc/events/google/gsoc2014
* http://www.google-melange.com/gsoc/events/google/gsoc2013
 
 
== 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.
 

Latest revision as of 22:48, 5 March 2014

Are you a potential Google Summer of Code student searching for a project to propose? Consider contributing to diagrams! It's an active project with a small, friendly, and knowledgeable developer community. Contributions to diagrams directly improve people's ability to communicate ideas effectively, and raise the profile of the Haskell programming language. Most of all, it's fun---you get to tangibly experience your contributions in the form of beautiful or useful images.

See Diagrams/Projects for a list of potential project ideas (though note that not all of them may make suitable GSoC projects). We're happy to discuss any of those ideas, or your own ideas, to help you come up with a solid proposal for a project you're excited about---send email to the mailing list.

More info: