TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

95 点作者 grokys将近 9 年前

4 条评论

xamluser将近 9 年前
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_nomad将近 9 年前
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__将近 9 年前
What&#x27;s the USP?<p>How does it compare to Qt, Xamarin an Electron?
评论 #12238229 未加载
crudbug将近 9 年前
Does XAML provide react like component model with lifecycle hooks.