Since Microsoft first introduced WPF/E in December we have been pretty excited to do some cool stuff with it. WPF/E itself is a very basic vector and media rendering tool, so building a framework for controls (and eventually layout) seemed like an obvious project to enable the use of this tool in real-world applications.
Today we are putting online the very first early-preview build of LaunchE, the WPF/E controls library. This version only supports Button and Checkbox, and only very basic support for those, but more controls and capabilities are coming soon.

Some key features-
Uses JavaScript inheritance to build sub-classed controls.
Ability to re-skin a control without inheritance (just replace the template XAML).
Support for adaptive layouts (for example, centering the text in the button control).
Events (just Click for right now).
Please check it out and send us feedback. Feel free to use it in your own projects, but at this point we are still likely to make breaking changes as we flush out its capabilites.
Check out a very simple demo of LaunchE
Download the JavaScript Source code (version 0.001)