When using PySide, are there any third-party libraries related to graphics, similar to those in the React front-end (such as D3.js, react-flow, etc.), that can be used?
Solved
Qt for Python
-
We know that there are many graph-related libraries in the front-end field (for example, with these libraries, we can create mind maps, flowcharts, etc.), such as three.js, react-flow, and D3.js. These are all excellent graph-related libraries.
I would like to ask:
- When using PySide (Qt + Python), are there any such graph libraries that can be used?
- Regarding Qt, I don't know where to look for relevant libraries (unlike in the front-end field, where there is a centralized third-party library platform like npmjs.org).
-
Hi,
Are you thinking about something like the Qt Graphs module ?
The KDE project also has quite a lot of additional libraries. -