Ask HN: For native fast cross platform Qt or wxWidgets or other?

2 points by umen ↗ HN
Need to choose

Which native cross platform framework to work with

i have a lot of experience with Java and C++ as such java is not option

When i say native i mean C++ cross platform . no electron here thanks ..

The app need to be :

1. Memory consumption should be as efficient as it can

2. Fast

3. access to OS api's

4. Mac , Linux , WIN

5. No OpenGL or such , it is heavy data driving app. with interfacing to external HTTPS / WebSockets / FTP / TCP

6. Currently it planned to be open source but it can be closed in some time in the future

Please from your experience Pros/Cons

Thanks!

3 comments

[ 36.8 ms ] story [ 19.3 ms ] thread
Qt is Amazing! I highly recommended it. It has tons of support classes, libraries, examples, and documentation
faster then wx ?
Its signal slots mechanism uses lock free queues and isn't sluggish by any means. Also I've worked with it on Linux windows mac and raspberrypi.