microsoft / automatic-graph-layout

A set of tools for graph layout and viewing
Other
1.35k stars 302 forks source link

Added Gtk Sample #289

Closed michaelkruglos closed 3 years ago

michaelkruglos commented 3 years ago

Added a sample showcasing the use of MSAGL with GTK

levnach commented 3 years ago

@michaelkruglos , how would you build your project, DrawingFromGeometryWithGtk, on Ubuntu?

michaelkruglos commented 3 years ago

Here are the steps:

  1. Install dotnet on Ubuntu: https://docs.microsoft.com/en-us/dotnet/core/install/linux#ubuntu
  2. Navigate to project directory
  3. Execute dotnet build to build the project form command line
  4. Execute dotnet run or ./bin/Debug/net5.0/DrawingFromGeometryWithGtk to run the result

Capture