We are currently evaluating Visual Studio as the IDE to develop embedded applications for Windows CE 2013.
Understandably having access to a large variety of widgets (either open or commercial) would be preferable to help us speed up GUI development and enrich it with the functionality we need.
The Javascript community for example offers this, and it would be great to be able to drag&drop js widgets while designing a GUI with VS, and then compile the code to target Windows CE2013.
Apache Cordova takes exactly this approach but it does not seem to support Javascript to Windows CE2013 compilation.
Qt does support WCE2013, which would allow us to add the Qt range of widgets to our toolset. Yet it is far from the wealth of options in the javascript universe.
Any suggestions? Is there a WCE2013 of a Cordova-like tool? Or alternatively a wrapping code to show javascript/html/css powered GUI and hook it Windows native C++ back-end code to actually do the work in response to user's interaction?