modern-forms / Modern.Forms

Cross-platform spiritual successor to Winforms for .NET 6+
MIT License
842 stars 54 forks source link

support flex layout like in web #77

Open sgf opened 3 months ago

sgf commented 3 months ago

support flex layout like in web

neoxeo commented 3 months ago

Hi, @sgf

You can have a look to this other project if you need more possibilities : https://github.com/alternetsoft/AlternetUI

sgf commented 3 months ago

You can have a look to this other project if you need more possibilities : https://github.com/alternetsoft/AlternetUI

This project has C++ external dependencies and looks bulky.

It even depends on MAUI and SkiaSharp, so it doesn't seem to have an advantage over Modern.Forms and Avalonia. The reason why I didn't choose Avalonia is because it's too big. And Modern.Forms is really not good enough for me. But Modern.Forms has a simple structure, maybe in the future I can remove its dependence -- SkiaSharp, thus greatly reducing its size. And I may also make drastic changes to the layout.

Modern.Form has a huge advantage: its AOT compiled size is very small. This means that developing Windows applications will have a huge advantage.