Hey there, I am searching for people I can start a discussion with, regarding the implementation of a proper MVVM (Model-View-ViewModel) pattern in Rhino using Eto Forms with C#.
I’ve already built some experience myself, but it’s quite hard to find experienced fellows, especially when it comes to this subject.
I’m especially interested in best practices for organizing viewmodels, along with saving and, especially, reinstalling their states via JSON.
We have a simple sample project SampleCsCustomRenderSettingsSections, which uses a View (the UI section), a viewmodel class and a model which is the datasource.