wxWidgets

wxWidgets 是一个免费开源的跨平台 C++ 框架,用于使用本地控件编写高级图形用户界面应用程序。「wxWidgets is a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.」

Github stars Tracking Chart

关于

wxWidgets 是一个免费开源的跨平台 C++ 框架,用于使用本地控件编写高级图形用户界面应用程序。「wxWidgets is a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.」

wxWidgets Logo通过 wxWidgets,您可以为所有主要桌面平台编写原生外观的图形用户界面应用程序,还可以帮助您抽象出这些平台在非图形用户界面方面的差异。wxWidgets 可在开放源代码和商业应用程序中免费使用,并附带易于阅读和修改的完整源代码和大量文档,以及一百多个示例集。您可以通过 https://www.wxwidgets.org/ 了解有关 wxWidgets 的更多信息,也可以通过 https://docs.wxwidgets.org/ 在线阅读其文档。

Platforms 平台

该版本的 wxWidgets 支持以下主要平台:

  • Windows 7、8、10 和 11(32/64 位)。
  • 大多数使用 GTK+ 工具包(2.6 或更新版本或 3.x)的 Unix 变种。
  • 在 amd64 和 ARM 平台上使用 Cocoa 的 macOS(10.10 或更新版本)。

支持所有 C++11 编译器,包括但不限于

  • Microsoft Visual C++ 2015 或更高版本(至 2022 年)。
  • g++ 4.8 或更高版本(最高 13),包括 Windows 下的 MinGW/MinGW-64/TDM。
  • Clang(最高 16)。

如果您必须在 C++98 编译器中使用 wxWidgets 或支持 Windows XP,请使用 3.2 分支

许可证

wxWidgets 许可证是 LGPL 的修改版,明确规定即使在静态链接的情况下,也不得分发使用该库的应用程序的源代码。

构建

如需构建库,请参阅 docs/<port> 目录下的特定平台文档,例如,以下是 wxGTKwxMSWwxOSX 的说明。

如果您要构建从 Git 签出的源代码,而不是已发布的版本,请参阅这些针对 Git 的附加说明

更多信息

如果您正在寻求社区支持,您可以从以下方面获得支持:

Commercial support is also available.

最后,请记住 wxWidgets 是一个由用户合作开发的开源项目,我们随时欢迎您的贡献。如果您愿意,请查看我们的指南。

玩得开心!

wxWidgets 团队

Overview

Name With OwnerwxWidgets/wxWidgets
Primary LanguageC++
Program languageC++ (Language Count: 18)
Platform
License:
Release Count357
Last Release Namev3.2.5-rc1 (Posted on 2024-05-05 16:20:39)
First Release NameWXGTK_ONLY (Posted on )
Created At2011-05-18 05:54:03
Pushed At2024-05-06 19:12:14
Last Commit At2024-05-06 13:00:23
Stargazers Count5.8k
Watchers Count242
Fork Count1.7k
Commits Count76.6k
Has Issues Enabled
Issues Count20544
Issue Open Count2139
Pull Requests Count1619
Pull Requests Open Count54
Pull Requests Close Count2286
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

About

wxWidgets is a free and open source cross-platform C++ framework
for writing advanced GUI applications using native controls.

wxWidgets Logo

wxWidgets allows you to write native-looking GUI applications for
all the major desktop platforms and also helps with abstracting
the differences in the non-GUI aspects between them. It is free
for the use in both open source and commercial applications, comes
with the full, easy to read and modify, source and extensive
documentation and a collection of more than a hundred examples.
You can learn more about wxWidgets at https://www.wxwidgets.org/
and read its documentation online at https://docs.wxwidgets.org/

Platforms

AppVeyor
Unix (make)
Unix (CMake)
MSW (MSVC)
MSW (gcc)
Mac
OSS-Fuzz

This version of wxWidgets supports the following primary platforms:

  • Windows 7, 8, 10 and 11 (32/64 bits).
  • Most Unix variants using the GTK+ toolkit (version 2.6 or newer or 3.x).
  • macOS (10.10 or newer) using Cocoa under both amd64 and ARM platforms.

All C++11 compilers are supported including but not limited to:

  • Microsoft Visual C++ 2015 or later (up to 2022).
  • g++ 4.8 or later (up to 13), including MinGW/MinGW-64/TDM under Windows.
  • Clang (up to 16).

Please use 3.2 branch if
you must use wxWidgets with a C++98 compiler or support Windows XP.

Licence

wxWidgets licence
is a modified version of LGPL explicitly allowing not distributing the sources
of an application using the library even in the case of static linking.

Building

For building the library, please see platform-specific documentation under
docs/<port> directory, e.g. here are the instructions for
wxGTK, wxMSW and
wxOSX.

If you're building the sources checked out from Git, and not from a released
version, please see these additional Git-specific notes.

Further information

If you are looking for community support, you can get it from

Commercial support is also
available.

Finally, keep in mind that wxWidgets is an open source project collaboratively
developed by its users and your contributions to it are always welcome. Please
check our guidelines if you'd like to do it.

Have fun!

The wxWidgets Team.

To the top