Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cross platform Gui library with liberal license [closed]

I am looking for a cross platform gui library that can be used to create dialog boxes, that must fit the following requirements:

  1. Be written in C or C++.

  2. Be compatible with at least Windows, Mac and Linux.

  3. Be relatively mature.

  4. Be under a license that does not require Copyright text in the documentation of derivative works distributed in compiled form. Examples of good licenses would be the Zlib/libpng license, the Boost software license and of course public domain. Unusable licenses include LGPL, BSD, MIT etc.

Does anyone have any tips?

Kind regards,

Philip Bennefall

like image 804
Philip Bennefall Avatar asked Feb 23 '23 20:02

Philip Bennefall


1 Answers

I'd go with wxwidgets. According to the license it it essentially LGPL with the following exception that applies to your question:

  1. The exception is that you may use, copy, link, modify and distribute under your own terms, binary object code versions of works based on the Library.
like image 168
JoeSlav Avatar answered Feb 26 '23 11:02

JoeSlav