Tag: Graph

  • Simple .NET library to display graphs

    Hi everyone, A very short post to share this first draft of a simple .net library to handle graphs. It allows to add nodes, pins, connections, and events on the graph. Some properties and events are directly accessible through the properties/events pane in visual studio. It’s probably missing a lot in terms of functionnalities, however…