I wrote a small program with Boost in C ++. It works great and so I want to give it a graphical interface to make it easier to use.
To do this, I am looking for a small cross-platform platform that provides a natural look. Support for Windows and Linux will be sufficient, currently I do not need os x ...
I used wxWidgets for some other project, but it was painful to set everything up and send this large library using software. But I was really amazed at using real controls. To keep the program small, I also tried fltk, but it has a terrible look.
I just need a simple structure without network support or other tricks.
So my question is: is there any infrastructure that meets all the requirements? Or, if not, which framework meets at least some of these needs?
Thanks in advance!
source
share