Notes on choosing a UI toolkit for my computer vision project
Comparison
Considered many visualization frameworks.
- PyQt(and all related libs)
- GPL
- Expensive license
- PySide
- Unmaintained
- No Qt 5.x port
- Electron(Three.js)
- WebGL based
- Overhead in performance
- Kivy
- No retina support
- MIT, big plus
Actually considering to abandon python and use LGPL Qt.