Answer the question
In order to leave comments, you need to log in
With whom and how to make friends with QML for a beautiful interactive graph visualization?
The application interface is cooked in QML, and one of the tasks is to visualize the graph. Needless to say, I'm rather new to QML. And although it is quite simple in itself, this task raises some questions and difficulties for me.
The emphasis is on beautiful visualization rather than just using layouts, using some animation when interacting with the graph (not too complicated).
Interaction means things like adding/removing a node, highlighting links, jumping to a subgraph overview... The number of nodes in a graph is unlikely to exceed 5k.
In this regard, I'm a little confused what to use for such a task when using QML and how to do / fasten it (what to read, where to dig)?
Separately, I will say that I know about d3.js, vis.js. As far as I understand, they provide good customization tools that give beautiful visualization, but it's not entirely clear how to tie them to QML. Googling has yielded no results. Perhaps it was worth asking the question "how to make friends between QML and d3.js / vis.js", but I solve a problem of this nature for the first time, so I put the question in a more general form.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question