Buckshot HTML is, you guessed it, the HTML platform built on top of the Buckshot application framework.
Project is currently in the alpha stage of development. It will likely not move to beta or v1.0 until after Dart ships v1.0. This is to ensure that that library is working correctly with the Dart APIs, which are still in flux.
While the HTML platform may attempt some compatibility with older/non-compliant browsers, the target focus is centered squarely on modern web browsers. If Buckshot HTML isn't working in your browser of choice, then it isn't modern. Ok that may be a bit harsh, but seriously: Use Chrome.
See the "getting_started" document in the doc/ folder.
Template-Driven | Similar to Xaml, but more simplified and flexible. Supports XML, JSON, and YAML formats. |
Actions | Event-driven actions, like playing animations, changing properties, etc, in XML templates instead of code (you can also do it in code too, if desired) |
Controls | Dozens of controls included with the HTML library, everything from primitive containers to complex template-supporting controls, like ListBox and TreeView |
Data Binding | Buckshot supports 4 different types of binding from XML templates (or in code): Resource binding, element-to-element binding, data binding, and template binding |
Events | .net folks will find this model to be very familiar. We use it to wrap DOM events and for other internal events, but you can use it in your own apps |
Style Templates | Use a common style library among multiple elements. Individual changes to style property values will automatically update any elements using that style |
Extensibility | Everything in Buckshot is designed to be extensible, so you can create libraries of your own controls, resources, and more |
And Much, Much More [More Details Here] (https://github.com/prujohn/Buckshot/wiki/What-is-Buckshot%3F)
Apache 2.0. See license.txt for project licensing information.
Buckshot Discussion Group: https://groups.google.com/forum/#!forum/buckshot-ui
Buckshot on G+: https://plus.google.com/b/105133271658972815666/105133271658972815666/posts