C++ plotting libraries for visualizing the solution of TSP using Genetic Algorithms

150 Views Asked by At

I'm building a project to solve TSP using genetic algorithms in C++. I'm looking for C++ plotting libraries that I can use to visualize the solution. I found a video on youtube & was wondering if something like this can be done in C++. Video link : https://www.youtube.com/watch?v=SC5CX8drAtU

Link to the github repo of my project: https://github.com/hello-fri-end/Parallel-Implementation-of-Genetic-Algorithms-for-TSP

1

There are 1 best solutions below

0
On

Your choices are:

  1. GDI+ - if you want to develop for Windows
  2. OpenGL - if you want a cross-platform solution