ValueConverters.NET icon indicating copy to clipboard operation
ValueConverters.NET copied to clipboard

Suggestion: support for NoesisGUI

Open Aberro opened this issue 2 years ago • 3 comments

Maybe add version with NoesisGUI support? It should be easy, just a #if #else in usings section of files. Of course, users could do this themselves, but such support out of the box would be nice.

Aberro avatar Apr 02 '22 10:04 Aberro

Uhhuh, not so simple... Your converters use DependencyObject, and it looks like Noesis doesn't support DependencyObjects as converters...

Aberro avatar Apr 02 '22 12:04 Aberro

A way to integrate this project into another project would be to create a new integration project. Sonething like Noesis.ValueConverters? But tbh, I have never heard of Noesis :-)

thomasgalliker avatar Apr 02 '22 13:04 thomasgalliker

NoesisGUI is WPF based UI for Unity3D (mostly) and native (PC/Mobile/Console) applications. Quite useful for UI-intense games. In most cases it's fully WPF compatible except in Noesis namespace, but sometimes it requires some fixes to make compatible.

Aberro avatar Apr 02 '22 13:04 Aberro