Step-by-step Guide: WinUI 3 in C++ Without XAML #8151
Replies: 4 comments 14 replies
|
Thanks for pointing out the |
|
Adding here my comment from Reddit for visibililty, Thanks for sharing, I guess this is the best we can get for doing UI development with C++/WinRT, given the current state of Visual Studio tooling for C++/WinRT, since C++/CX was deprecated back in 2016, nothing really happened besides a couple of 3rd party plugins WIP for MIDL syntax highlighting. |
|
Thank you for this example, I had one query, here we are creating the window and initializing it to nullptr |
|
Here is a C# version, loosely based on your C++ version. https://github.com/driver1998/WinUI-Without-Xaml-CSharp |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone!
I would like to share a step by step guide to create a WinUI3 app from an empty win32 project. Some people want to create simple applications in C++ without using XAML. This step-by-step guide will be helpful for them.
Step-by-step Guide: WinUI 3 in C++ Without XAML
https://github.com/sotanakamura/winui3-without-xaml
All reactions