Does exist any real difference among "Modern UI for WPF", "MahApps" and "Elysium"?
What would you suggest?
I can find any list of features, or comparison. Testing them all deeply would take some time, so if anyone has already through this, I'd really appreciate him to share experience.
I did similar mini research about this. I compared MahApps.Metro and Modern UI back then, and finally choosed MahApps for use in my project. The main reason is simplicity. Adopting MahApps to my project demanding less effort. As far as i know MahApps is mostly style, not custom control (except MetroWindow to replace standard WPF Window, and some additional control). Therefore, the whole code stay WPF standard code and markup, only the appearance of those standard controls overriden by MahApps style.
And speaking about customizable, MahApps library is open source so you can modify predefined MahApps styles to meet your needs. And you can architect your apps, and apply all pattern applicable to WPF, because as i told your code mostly stay WPF standard.
Not a comperhensive comparison, just wanna share what i went through. I mostly speaking about MahApps because that is what i've been using. Maybe someone else will come up with the other two.