I am trying to create something like this: https://csacademy.com/app/graph_editor/ in a WPF app, but I am not really sure how to approach it. I think I need to create something like a custom element with specific behavior, but I am not really sure if it is even possible to do.
I thought of using soemthing like Canvas and create my own renderer of the graph but the main issue I had to resolve was that this approach was too slow because when I needed to render 30+ frames per second, It just couldn’t handle it. And the second issue was that I wasnt able to implement the possibility to interact with the graph.
user25645723 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.