Skip to content
Ravbug edited this page Sep 11, 2019 · 3 revisions

Welcome to the wxWidgetsTemplate wiki!

Here you will find information about how to use this template project and helpful resources.

wxWidgets is a lightweight, cross platform C++ GUI library. Unlike many cross platform GUI libraries (like Qt), wxWidgets uses the platform's own systems for rendering UI whenever possible. This means that apps perform better, and look and feel like native apps. It's possible to make a wxWidgets app that is virtually indistinguishable from a native one. However, you can also write custom components to achieve a custom look and feel that is consistent across platforms.

A wxWidgets copy is provided in this repository, and all the header and linker paths are set up to use it. You can easily change the wxWidgets version if needed, or reference an external wxWidgets location instead.

See the sidebar for more information.

Ready to begin? Head over to Getting started.

wxWidgets homepage: https://wxwidgets.org/