-
Notifications
You must be signed in to change notification settings - Fork 106
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
Avalonia support #17
Comments
We can use drawing infrastructure of Avalonia that looks similar to WPF's one. https://github.com/AvaloniaUI/Avalonia/tree/master/src/Avalonia.Visuals/Media I will look into it later. And yes, I want to make a similar user control but for the xplat UI framework. |
Would make sense to support Xamarin Forms at the same time too. |
Hello, @Happypig375! Your request totally makes sense. Could you please raise another issue about Xamarin Forms? I'd like to support it, although I've no knowledge of Xamarin at all. I'd consider this request as up-for-grabs at the moment. |
Okay, here's the current plan.
|
Hello!
Need to do just that? Or is it supposed to further improve the API? I ask, because, as I understand it, we need to do this in order to upgrade to version 0.9 support:
Because
P.S. I settled on the next in the switching to 0.9: |
@rstm-sf, initial plan is just make it public, but, if you have any particular improvements for API, then feel free to apply them and drop me a PR. Regarding the Avalonia changes: I think it's okay to make the class and any constructors public. Regarding 0.9 update: well, it looks bad. I understand that Avalonia may be pretty much unstable (especially its font-based API), and we'll have to struggle with the instability. I heard that some release of Avalonia (0.9.x? 0.10?) will receive more proper |
Hi sorry for my absence from this project, my initial use which faded may be starting up again. The 0.9.x release of Avalonia is very stable, the mods to text based stuff will probably happen between 0.9 and 0.10, How can I help? |
Thank you so much, everyone. We did it! The next release will likely have full Avalonia support. |
Avalonia
TODO
master
):feature/17-avalonia
FormulaBlock
publicmaster
branchBrush
es) for WPF- and Avalonia-dependent code.xml
and.ttf
) are deduplicated properly.The text was updated successfully, but these errors were encountered: