Caliburn-Micro / Caliburn.Micro

A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
http://caliburnmicro.com/
MIT License
2.8k stars 779 forks source link

Support for Eto.Forms #162

Closed dealproc closed 9 years ago

dealproc commented 9 years ago

Just a thought that the community may want to consider.

Curtis is building a pretty kick-ass tool suite for cross-platform development called Eto which may be beneficial to support in Caliburn Micro. It may assist with getting #142 off the books too.

nigel-sampson commented 9 years ago

It's certainly a different library, looks very similar to Xamarin.Forms in conception but with a broader reach.

Given it's functionality set it doesn't look like using this overtop of Xamarin would give us any benefits and could potentially hamper things like data binding and conventions.

Thanks for bringing it to my attention though I'll keep an eye on it.