Y
Hacker News
new
|
ask
|
show
|
jobs
by
mattfrommars
442 days ago
is this a native mac app? want to know for curiosity sake. i am new to mac development, i inspected in application and it looks like python qt? if so, why this and not say electron based?
1 comments
techjamie
442 days ago
Python QT is going to be an order of magnitude more efficient than Electron. I can't see why Electron would be an improvement over it.
link
y2236li
428 days ago
Agree. QT is based on C++ and Electron is JS. QT is much faster, but I'm not too happy with the ui from QT - too boring
link