Skip to content
Ravbug edited this page Mar 24, 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.

A wxWidgets copy is provided in this repository. You can easily change the wxWidgets version if you'd like.

See the sidebar for more pages.

More information coming soon.

wxWidgets homepage: https://wxwidgets.org/

Clone this wiki locally