I hope this forum is the right place to post this announcement. I would like to inform you all of the Graphviz wrapper for .NET that I’ve been using for several projects now in the last couple of years, and have made open source just a few months ago.
The wrapper consists of a thin object-oriented layer around CGraph and Graphviz that performs foreign function calls to the native Graphviz code. Some rudimentary work has been done to make it threadsafe and garbage collected.
The link to the repository is https://github.com/Rubjerg/Graphviz.NetWrapper
It is also available through a nuget package: https://www.nuget.org/packages/Rubjerg.Graphviz/
I would like to thank you all for the kind help I received when struggling with certain aspects of Graphviz.
Kind regards
Chiel