-
Notifications
You must be signed in to change notification settings - Fork 562
Support for creating composable types #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It should be possible, although it is not simple. There are a few issues that need to be addressed before broader Xaml support becomes more feasible including #119 #92 #91 and #81 We're working hard at these remaining issues. It may still be some time, but the goal is to make procedural Xaml (at the very least) very simple with Rust. |
I've got a working XAML Island, see https://github.com/roblabla/ubuntu-installer In particular the DesktopWindowXamlSource can be created with |
Yes, once we're done you'll be able to use use something like this: let source = DesktopWindowXamlSource::new()?; I'm going to reopen this issue to support this simple construction code generation before the full authoring support arrives. |
This has been working for a while. Let me know if you experience any issues. |
Is it possible to use the Xaml Island with this crate in Rust?
It seems that it's very difficult to create the DesktopWindowXamlSource class which is under a ComposableAttribute and should be created via a factory class(IDesktopWindowXamlSourceFactory) which is undocumented.
If further efforts are planed to make, I am wondering if you could share any information on when that will be scheduled? Thanks.
The text was updated successfully, but these errors were encountered: