|
|
|
|
|
by coryrc
6367 days ago
|
|
wxWidgets is "big" because it has features. Considering it meets all your other criteria (aka features), in addition to ones you'll only find out you need halfway through a project, I would look closer at it. Use wxGlade and wxPython if you want easy, C++ if you demand compiled. Use dabo (http://www.dabodev.com) if you are interfacing with databases. |
|
However, once you get the basics it's quite fast and also have threads, networking, file streaming etc, so you don't need a zillion of libraries to do every little thing. Oh, and it has a great OpenGL support (see my projects at http://www.ccsoft.com.tr for screenshots)
With the help of wxFormBuilder (a free design tool), now design and modfications are very much faster.
Besides, it's been there for about 15 years. There is a decent documentation, a book, a large community to answer your questions.
My only plan is to do a project on wxPython and polish my python knowledge and see which (C++ or Python) suits me better.