/TirsvadGUI.Cpp.Winui3.Example-Controls

Winui3 controls - how to use

Primary LanguageC++GNU General Public License v3.0GPL-3.0

CPP Windui3 Controls Example

This is a simple examples of how to use the Windui3 library to create a simple window with different controls.

How to use

  1. Clone the repository

  2. Open the project in Visual Studio 2019

  3. Build the project

  4. Run the project

  5. Enjoy the controls

Controls

  • DatePicker

TODO

  • Add more controls

    • Button

    • CheckBox

    • ComboBox

    • EditBox

    • ProgressBar

    • RadioButton

    • Slider

    • TextBlock

    • TextBox

    • ToggleButton

    • Window

  • Add more examples

  • Add more features

  • Add more documentation

  • Add more comments

  • Add more tests