Trust-Anchor-Group / NeuroAccessMaui

Contains a Maui App for TAG Neuro-Access.
Other
4 stars 1 forks source link

Convert Markdown to C# instead of Xaml #101

Open berggrenmille opened 1 week ago

berggrenmille commented 1 week ago

Directly creating Controls, using C# Markup or objects has performance benefits as parsing Xaml is slow. We also skip the step of generating and parsing the xaml, which is just extra work

PeterWaher commented 1 week ago

Good idea. The renderer can generate the objects dynamically instead of generating XAML in text form.