Skip to content

jxxsoft/hypercube

 
 

Repository files navigation

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.

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://tumic.wz.cz/hypercube

About

Graph visualization tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.8%
  • C++ 14.8%
  • Roff 0.5%
  • QMake 0.4%
  • PostScript 0.3%
  • NSIS 0.2%