Recently I implemented Squirrel.Windows in one of my programs. It worked fine for basic functionality.
Problem is that main methods are all internal and we are left out to use Extension methods or do our own implementation. Plus, Squirrel project has too many open issues, so I think it wont be a nice project to work with.
Is there any library with similar functionalities, but at the same time gives me more control and let me use the already-implemented code?
Needs to be able to work with WPF.
Cheers