gml4gtk / igraph-sugiyama

igraph sugiyama graph layout algorithm in C

Repository from Github https://github.comgml4gtk/igraph-sugiyamaRepository from Github https://github.comgml4gtk/igraph-sugiyama

igraph-sugiyama

igraph sugiyama graph layout algorithm in C

to compile:
./autogen.sh
./configure
make
cd src
./sugi

This is the sugiyama graph algrotithm from igraph library in C with brandes and kopf horizontal placement algorithm

This has a initial gtk+ gui

The main.c program does a graph layout as test.

The problem with newer igrph library is that it is turned in c++ source and needs c++ compiler.

About

igraph sugiyama graph layout algorithm in C

License:GNU General Public License v3.0


Languages

Language:C 99.3%Language:M4 0.3%Language:Shell 0.3%Language:Makefile 0.1%