开发者

simple GUI addon to existing win console app

I've always been developing simple(console) apps. And even then most problems I had was with starting/porting/CMaking/ libraries to work. I need to find a gui which is added/used by adding #include "somelibrary.h" to EXISTING c++ project. I've downloaded Q开发者_StackOverflow社区T, but it seems I have to create a new QTproject,... and thought alone of including all CUDA,OpenCV,others is making me sick. I've been experimenting with windows forms (.net?) but there is this managed/unmanaged border with its creepy bugs. So I'd like to add GUI to existing project (where forms can be designed in completely separate designer). Do you know any? Or maybe You'd suggest me different approach?


I suggest you to use CMake and Qt. CMake is better than qmake to manage projects and use additional libraries. Currently Qt is the best multi-platform GUI API.


QT and winforms can be added on to an existing project but it's harder that taking a gui application and adding your project to it. Event driven code is organized differently than procedural code.

You don't need CUDA or OpenCV for a GUI.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜