TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Avalonia Alpha 4 – A cross-platform .NET UI framework

95 pointsby grokysalmost 9 years ago

4 comments

xamluseralmost 9 years ago
You might want to look at the UWP version of XAML. It has really useful things like compiled bindings (x:Bind), calling functions as part of a binding with automatic change detection of the function params (x:Bind only), x:Phase for progressive enhancement during scrolling, StateTriggers, and Setters for visual states (consolidated VisualStateManager and Triggers).<p>Not to mention the interop with the amazing Windows.UI.Composition API&#x27;s, which let you do expression animations, Direct2D effects, lighting, parallax, backdrop brushes (e.g., blur the content behind an element), etc.<p>WPF&#x27;s version of XAML feels quite dated now.<p>Also, doing layout on the UI thread is a severe perf limitation that currently affects all versions of XAML. Consider having the UI framework just specify constraints and letting the compositor&#x2F;render thread compute the absolute positions ;)
评论 #12238219 未加载
jaybo_nomadalmost 9 years ago
Does anyone have a prediction when .NET Core will be extended to include UI? I find this lack is the most confounding aspect of MSFTs strategy. Is Xamarin really it?
评论 #12238873 未加载
评论 #12239575 未加载
评论 #12239235 未加载
评论 #12238720 未加载
k__almost 9 years ago
What&#x27;s the USP?<p>How does it compare to Qt, Xamarin an Electron?
评论 #12238229 未加载
crudbugalmost 9 years ago
Does XAML provide react like component model with lifecycle hooks.