Windows-rs: simplest possible WinUI example

Created on 11 Dec 2020  路  4Comments  路  Source: microsoft/windows-rs

From #372, please add a simplest possible WinUI example.

Most helpful comment

Hmm.. looking at the ClickOnce docs it seems you just need a desktop app. That's easy enough, but getting WinUI/Xaml running in a desktop app is not what I'd call simple (in any language). But it doesn't look like ClickOnce specifically needs Xaml so you may want to start with https://github.com/robmikh/minesweeper-rs but again not really all that simple. I'm working on a major update that should simplify this bootstrapping considerably but that will likely take another few weeks to land.

All 4 comments

Will do, sorry for the delay. Been kinda swamped. 馃槈

Hmm.. looking at the ClickOnce docs it seems you just need a desktop app. That's easy enough, but getting WinUI/Xaml running in a desktop app is not what I'd call simple (in any language). But it doesn't look like ClickOnce specifically needs Xaml so you may want to start with https://github.com/robmikh/minesweeper-rs but again not really all that simple. I'm working on a major update that should simplify this bootstrapping considerably but that will likely take another few weeks to land.

When the WinUI 3 example at ProjectReunion is working, could we add it to the examples here?

Yes @riverar was working on an example in his free time.

Was this page helpful?
0 / 5 - 0 ratings