What is Eto?

Hello!
What is Eto? It seems like it is a simple wrapper for Windows.Forms. In that case, what’s the merit of using it compared to Windows.Forms?

1 Like

hi @mikity_kogekoge see Rhino - What is Eto?
The advantage using Eto is that the UI code you would write would work on both Mac and PC with as little as possible platform specific code.

1 Like

Thank you! I thought it is a Windows.Forms wrapper, but it seems like it is a WPF wrapper?
Anyway, thank you very much! I will try running my code on my macbook.

Eto is a wrapper for WPF on Windows and for Cocoa on Mac.

2 Likes