tumic0 / hypercube

Graph visualization tool

Home Page:http://tumic0.github.io/hypercube/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hypercube

Graph visualization tool

Hypercube features a Qt based GUI tool for visualizing simple text based graph representations as SVG and EPS images as well as a Qt independent command line tool. Hypercube uses a simulated annealing algorithm to lay out the graph that can be easy parametrized to achieve the desired look.

Main goals in development are portability and easy usage rather than high performance and complexity. The command line tool does not use any other libraries than the standard C++ library and the GUI tool uses "pure" Qt.

Hypercube

Build

Linux/OS X

GUI application:

lrelease hypercube.pro
qmake hypercube.pro
make

CLI tool:

qmake hypercube-cli.pro
make

Windows

GUI application:

lrelease hypercube.pro
qmake hypercube.pro
nmake release

CLI tool:

qmake hypercube-cli.pro
nmake

Binaries

Homepage

Hypercube homepage: http://tumic0.github.io/hypercube/

About

Graph visualization tool

http://tumic0.github.io/hypercube/

License:GNU General Public License v3.0


Languages

Language:C 83.6%Language:C++ 14.8%Language:Roff 0.5%Language:QMake 0.4%Language:PostScript 0.3%Language:NSIS 0.3%Language:Gnuplot 0.0%