microsoft / windows-rs

Rust for Windows
https://kennykerr.ca/rust-getting-started/
Apache License 2.0
10.28k stars 480 forks source link

simplest possible WinUI example #384

Closed ctaggart closed 3 years ago

ctaggart commented 3 years ago

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

kennykerr commented 3 years ago

Will do, sorry for the delay. Been kinda swamped. 😉

kennykerr commented 3 years ago

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.

allan2 commented 3 years ago

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

kennykerr commented 3 years ago

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