I heard about Mono project but only in regards to winforms. Will it work with WPF?
|
|
WPF under Mono does not exist.
The mono team propose using Silverlight/Moonlight instead:
|
|||
|
|
|
There is a library called Silverform SDK that aims to provide cross-platform WPF and Silverlight implementation. The library is implemented in managed code and currently works with OpenTK and Unity3D as render backends. Major functionality, such as binding, layout, main controls and primitives, has already been implemented (check Unity web player demos here). Initially it has been focused on Unity3d render, while support for standalone Mono applications will be added as a separate build in the future. Disclaimer: I am one of the developers of the library. |
|||
|
|