Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frankier/dynagraph
The Dynagraph engines draw graphs (networks, flowcharts) which change over time.
https://github.com/frankier/dynagraph
Last synced: 8 days ago
JSON representation
The Dynagraph engines draw graphs (networks, flowcharts) which change over time.
- Host: GitHub
- URL: https://github.com/frankier/dynagraph
- Owner: frankier
- Created: 2012-04-11T10:41:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-20T23:16:04.000Z (over 12 years ago)
- Last Synced: 2024-04-17T12:20:23.146Z (7 months ago)
- Language: C
- Homepage:
- Size: 1.61 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Dynagraph (orginally from: http://www.dynagraph.org/)
(But this one builds with newer versions of Graphviz)Requirements:
graphviz
boost_thread
flex & bison
probably some other stuffTo build on Linux:
If you're not on a 64 bit system edit Config.mk to set ARCH=linux.i386
$ ./configure.old
$ makeTODO:
Maybe clean things up a little bit.