Search code examples
c++programming-languages

Good replacement for Qt


Is there any replacement for Qt that can be ported on Windows and Linux or good for Linux that supports OpenGL? I have to write OpneGL C++ application and I want to try something better if exists.


Solution

  • IMHO, if you do c++ GUI applications portable across Windows/Linux/Mac, Qt is your best shot.

    Other popular toolkits are wx and GTK.