For my current project I want to be able to plot a N x N
matrix in real time in C++. Where N
is in the range between 100 and 1000. The content of the matrix changes over time. I also want to be able to interact with the matrix i.e. draw objects inside the matrix using my mouse.
I found this post but I find it hard to decide which tool I should use.
Any reccomendations?