AVPI
Avalonia


AVPI | Avalonia | |
---|---|---|
2 | 278 | |
197 | 26,711 | |
- | 1.3% | |
10.0 | 9.8 | |
over 2 years ago | 6 days ago | |
C# | C# | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
AVPI
-
Quadriplegic gamer
There's a free program that's similar to VoiceAttack called GAVPI, here's a link: https://github.com/baykovr/AVPI
-
Anyone know an app that can take voice command (ie. you record them), and then you can program actions for it? (something like AutoHotKey but with voice control)?
Never used it https://github.com/baykovr/AVPI also search for voice macro
Avalonia
-
Servo in 2024: stats, features and donations
That's why I mentioned https://avaloniaui.net/ which does the part. WPF is not bad compared to everything happening in the web frameworks.
-
Compiling Java into Native Binaries with Graal and Mill
I don't know why anyone even uses the GUI frameworks from Microsoft these days. WinForms is only good if you need to throw something together quick. Everything else should be Avalonia (https://avaloniaui.net/). Cross platform and does support AOT.
-
Why Tracebit is written in C#
MS UI has been a mess for years. They just can't pick a paradigm to run with apparently, so people just fall back to good ole' Winforms.
That being said, check out Avalonia: https://avaloniaui.net/ and https://github.com/AvaloniaUI/Avalonia
Cross-platform, open source, MVVM & reactive.
A breath of fresh air.
-
Hands-On Graphics Without X11
Avalonia (https://avaloniaui.net/) supports the Direct Rendering Manager on Linux for graphics without X11 or Wayland:
https://avaloniaui.net/blog/unleashing-net-on-embedded-linux
https://docs.avaloniaui.net/docs/guides/platforms/rpi/runnin...
-
Five Years of React Native at Shopify
Check out Avalonia [0]
It's a cross-platform spiritual successor of WPF and it kicks ass! You get proper separation of models and views, you can separate what controls there are from how they look (themes/styles), you can build the entire thing into a native compiled application with very reasonable speed and memory use.
[0] https://avaloniaui.net
- Uno Platform Studio: GUI Designer for Cross-Platform .NET Applications
-
Visual Basic 6 IDE recreated in C#
Slightly off topic, but this was built using Avalonia, which I have never heard of. Has anyone used it? The promise sounds impressive (beautiful, cross-platform applications from a single .NET codebase), just wondering whether it actually delivers?
https://avaloniaui.net/
-
Visual Basic 6 rebuilt in C# – complete with form designer and IDE in browser
They seem to be using this framework https://github.com/AvaloniaUI/Avalonia
-
A comparison of Rust's borrow checker to the one in C#
you should checkout AvalonuiaUI[0] or unoPlatform[1] if wanting to target web/mobile/window/linux/macOS
if building for the web online, asp.net core runs on Linux servers as well as windows
and there's MAUI [2] ( not a fan of this), you are better-off with with the others.
in summary c# and .NET is cross-platform, third party developers build better frameworks and tools for other platform while Microsoft prefers to develop for Microsoft ecosystem, if you get
[0] https://avaloniaui.net/
-
Should JavaScript be split into two languages? Google proposal divides opinion
> And even if it were accomplished in a central open source library like Flutter, that adds a considerable amount to the package size of any application.
The download really isn't much different to a typical website. That Flutter demo in wasm is 2 megabytes.
Avalonia UI's WebAssembly uses canvas in C#: https://avaloniaui.net/
Uno Platform's WebAssembly implementation uses the DOM rather than drawing to canvas: https://platform.uno/
Uno's philosophy is to use platform native controls. The benefit is that you get platform native characteristics, the cost is it will never be exactly the same in each browser and platform.

