0

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

ransomware
  • 23
  • 2
  • I doubt if many people will want to watch a video for you. Please could you summarize the main points, perhaps with an image? – Paul Floyd Oct 01 '21 at 15:33

1 Answers1

0

Your choices are:

  1. GDI+ - if you want to develop for Windows
  2. OpenGL - if you want a cross-platform solution
Damir Tenishev
  • 1,275
  • 3
  • 14