Experimental UWP implementation for Avalonia.
I forked this Pingzing's Avalonia-uwp-fork project.
- This is draft only…. but , in 2025, I "touched" all code with WindSurf AI in hope to improve AvaloniaUWPLib and Sample.. =)
- AXAML parser (only MinimalWindow.axml at now):
Supports: Window, Grid, Canvas, Rectangle, Ellipse, Line, StackPanel, Button, TextBlock.
Handles basic attributes (size, color, position, text, etc).
Ignores unknown elements gracefully.
Limitations:
No support for advanced XAML features (bindings, resources, styles, events). Only basic color names are supported (extend ParseColor as needed).
- Dream on some "AXAML" parser / visualider / loader… idk ...
- Todo some minimal working proto (ckick counter?)
AS IS. No support. RnD only. DIY!
- [m][e] June, 21 2025



