Blobs: Diagram editor

[ graphics, library, program ] [ Propose Tags ]

Blobs is a diagram editor for directed graphs. It is written in Haskell, using the platform-independent GUI toolkit wxHaskell. It is a community project at a fairly early stage of development - you are encouraged to get involved and improve it!

Blobs is a front-end for drawing and editing graph diagrams. You must add your own back-end engine if you want it to do some analysis or processing of the graph.


[Skip to Readme]

Modules

  • Graphics
    • Blobs
      • Graphics.Blobs.Colors
      • Graphics.Blobs.Common
      • Graphics.Blobs.CommonIO
      • Graphics.Blobs.Constants
      • Graphics.Blobs.ContextMenu
      • Graphics.Blobs.DisplayOptions
      • Graphics.Blobs.Document
      • Graphics.Blobs.GUIEvents
      • Graphics.Blobs.InfoKind
      • Graphics.Blobs.Math
      • Graphics.Blobs.Network
      • Graphics.Blobs.NetworkControl
      • Graphics.Blobs.NetworkFile
      • Graphics.Blobs.NetworkUI
      • Graphics.Blobs.NetworkView
      • Graphics.Blobs.Operations
      • Graphics.Blobs.PDDefaults
      • Graphics.Blobs.Palette
      • Graphics.Blobs.PersistentDocument
      • Graphics.Blobs.SafetyNet
      • Graphics.Blobs.Shape
      • Graphics.Blobs.State
      • Graphics.Blobs.StateUtil

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3
Dependencies base (>=4 && <5), containers, directory, haskell98, HaXml (>=1.14), polyparse, pretty, wx (>=0.9), wxcore (>=0.9) [details]
License LicenseRef-LGPL
Author Arjan van IJzendoorn, Martijn Schrage, Malcolm Wallace
Maintainer Alan Zimmerman <alan.zimm@gmail.com>
Category Graphics
Home page http://www.cs.york.ac.uk/fp/darcs/Blobs/
Bug tracker http://github.com/alanz/Blobs/issues
Source repo head: git clone git://github.com/alanz/Blobs.git
Uploaded by AlanZimmerman at 2012-06-02T19:55:42Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables blobs
Downloads 3424 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-24 [all 8 reports]

Readme for Blobs-0.2

[back to package description]

Blobs

Blobs from http://www.cs.york.ac.uk/fp/darcs/Blobs/

Changes

0.2 Move the contents into the Graphics.Blobs namespace

0.1 Initial import of original code, updated for GHC 7.0.4