Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 626 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 626 Bytes

Ocaml_kgx provides libraries to help producing .kgx files for visualizations for programs made in OCaml.

The kdata, kgraph and kplacement libraries are partial reimplementation in OCaml from the KLighD KGraph and KRendering libraries. https://github.com/kieler/KLighD/wiki/The-KRendering-Notation-Model https://github.com/kieler/KLighD/wiki/KGraph-Meta-Model

The inteLib library provides an intermediate graph structure that can then be translated into .kgx files. This structure is a graph structure where the nodes only describe the type of operation they corresponds to.


Documentation is clearly missing