A GTK+ gui program for automatic directed graph layout for GML graph files (Graph-Model-Language) as a GML viewer and partial dot files

mooigraph 1c26d56844 updated lexer 2 年之前
data 4a37dfbf61 updated lexer 2 年之前
gcc-plugin 4c084cc9d0 gcc-11.1 plugin added 3 年之前
gml4win 4a37dfbf61 updated lexer 2 年之前
gmltest 4d3311a943 dot html table update 3 年之前
jgf4web 702fa2443a added alloc.h 2 年之前
src 4a37dfbf61 updated lexer 2 年之前
.autom4te.cfg a08e3ddb99 added compressed graph data support 2 年之前
.gitignore 46c40bf01a Initial commit 4 年之前
Doxyfile 938bdaf2a2 added support for gcc-12 version of today 2 年之前
LICENSE 52e39a0455 sfg update 3 年之前
Makefile.am 702fa2443a added alloc.h 2 年之前
README.md 4a37dfbf61 updated lexer 2 年之前
README1 da926a5913 added bgv graph support 2 年之前
autogen.sh 4a37dfbf61 updated lexer 2 年之前
config.h 4a37dfbf61 updated lexer 2 年之前
configure.ac 702fa2443a added alloc.h 2 年之前
dmake 4a37dfbf61 updated lexer 2 年之前
faq.md da926a5913 added bgv graph support 2 年之前
for-mygcc.sh 938bdaf2a2 added support for gcc-12 version of today 2 年之前
for-scan-build.sh 6c0a0b9117 updated sfg.c layout routines 2 年之前
gml4gtk.gif f381a425a9 screenshot add 3 年之前
make-gtk2.sh 8fb3e655f3 initial 4 年之前
make-gtk3.sh a08e3ddb99 added compressed graph data support 2 年之前
screenshot.png 4a37dfbf61 updated lexer 2 年之前

README.md

gml4gtk

Linux GTK+ gui program for gml or graphviz dot graph sugiyama layout algorithm. https://graphviewer.nl/

download gml4gtk on sourceforge

This program support partial graphviz dot, gml ,bgv or vcg graph data and has own graph layout routines and does not depend on graphviz or others.
This program has a GTK+ gui interactive user interface and can be compiled for gtk-2 or gtk-3 using configure:
./autogen.sh
./configure --with-gtk=2.0
or: ./configure --with-gtk=3.0
The gmltest directory has index.html page with javascript for syntax check of a gml graph in the browser
The jgf4web directory has index.html page with javascript for graph layout of json jgf graph data in the browser
The jgf json graph save and open feature is experimental or just may work.
The json jgf files have file extension .jgf
This program can be used with dot graph data generated by GNU GCC compiler, Bison, egypt, Linux kerne sparse tool and more
To create a callgraph using gcc use gcc option -fcallgraph-info and the output.ci file is a vcg graph file to open with file->open vcg
Some other gcc options generating dot graph data are:
-fdump-rtl-all-graph
-fdump-tree-all-graph
-fdump-ipa-all-graph
-fdump-analyzer-callgraph
-fdump-analyzer-exploded-graph
-fdump-analyzer-state-purge
-fdump-analyzer-supergraph
The gml4win directory is a small windows graph layout program without using GTK+ libraries
The gml4gtk program can be compiled for windows using the mingw gcc compiler and needs the GTK ddl's
The node labels can be turned off in the gui and popup selected then the labels will be in a popup window which is needed for large graph drawings
The gml4gtk program supports the usage of gzip'ed input graph data files using zlib
For other details see the README1 file
scan-build: No bugs found.

screenshot

SPDX-License-Identifier: GPL-3.0+
License-Filename: LICENSE

Made with ❤️️ 🇳🇱