microsoft / automatic-graph-layout

A set of tools for graph layout and viewing
Other
1.36k stars 304 forks source link

Sample does not compile #355

Open bbenami opened 1 year ago

bbenami commented 1 year ago

I've tried to compile the last example listed here (Sample of using the engine directly) https://www.microsoft.com/en-us/research/project/microsoft-automatic-graph-layout/code-samples/ but I could not get it to work. MsaglGraph, Edge, Ellipse & Node could not be found. What am I doing wrong?

(I did manage to run the first example)

levnach commented 1 year ago

Please try the examples from the sources on github. I suspect the code at the web page you reference is not up to date.