Dynamic viewmodel generator for popular
MVVM pattern.
Generating viewmodels as easy as declaring interfaces!
MVVM Dynamic will generate dummy class which implements given interface and raises
PropertyChanged event every time its property changed or method has been called.
MVVM Dynamic generates pure high performant
IL straight at runtime.
No more separate generators, no more additional build steps, no more outdated models or compilation errors.
But we didn’t forget about AOT platforms!Automatic source generation for iOS builds and WebGL included!
-Full support of properties and actions
-Handy viewmodel binder included
-Delaying events system
-Opt-in mode
-Automatic source generation for AOT platforms
WebGL DemoUnity Player DemoUnity Forums ThreadDocs