Popularity
6.3
Declining
Activity
5.0
-
5
4
8

Monthly Downloads: 64
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Graphics     Graphs    
Latest version: v0.3

xdot alternatives and similar packages

Based on the "Graphics" category.
Alternatively, view xdot alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of xdot or a related project?

Add another 'Graphics' Package

README

xdot library for Haskell

Build Status

Parse Graphviz xdot files and interactively view them using GTK and Cairo.

Currently not all xdot features are supported. Nodes and edges can be highlighted by hovering them and clicked.

For an example of using this library try the accompanying Demo.hs with the dot-files in dot-examples/.

This library was originally written as part of ghc-vis, but is now a separate project, in case anyone else may have a use for it.