Hypercube is a tool for visualizing DOT (graphviz), GML, GraphML, GXL and simple text-based graph representations as SVG and EPS images. It comes with a Qt-based GUI application and a Qt-independent commandline tool. It uses a simulated annealing algorithm to lay out the graph, which can be easily parameterized to achieve the desired look. The main development goals are portability and easy usage rather than high performance and complexity.
| Tags | Graph Graph theory Visualization |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | Linux Mac OS X Windows |
| Implementation | C++ Qt 4 |
Recent releases


Release Notes: This release added support for GXL files and for node/edge attributes.


Release Notes: Redesigned algorithm configuration settings. Adds support for displaying the graph as directed/undirected based on the info in the graph file. Adds support for Qt5.


Release Notes: This release adds support for GraphML files.


Release Notes: This release fixes a QToolBox rendering issue with KDE's Oxygen theme and adds a man page.


Release Notes: GUI issues with localizations were fixed. Close buttons were added to tabs.