Skip to content

Buckshot is a UI Framework for modern web applications. It is written in Google Dart and attempts to model the best of .net WPF (Silverlight) and Adobe Flex, but without the need for a plug-in. Buckshot makes use of features available in today's modern web browsers.

License

Notifications You must be signed in to change notification settings

Songhun/Buckshot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buckshot Logo

Buckshot [buhk-shot] noun A throw when darts land wildly all over the board.

Buckshot is a UI Framework for modern web applications. It is written in Google Dart and attempts to model the best of .net WPF (Silverlight) and Adobe Flex, but without the need for a plug-in. Buckshot renders all output in HTML5/CSS3, and makes use of features available in today's modern web browsers.

If you've worked with .net WPF or Silverlight then this framework will feel very familiar to you.

Status: Alpha

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.

Bleeding Edge

Buckshot uses the very latest in HTML5/CSS3 standards. No shims are yet in place to compensate for older or non-compliant browsers.

In particular, the layout model uses the latest draft of the CSS3 flexbox spec, so it will currently only work with the latest build of Chromium or Dartium.

Getting Started

Features

  • XML Template Format Similar to Xaml, but more simplified and flexible.
  • XML Template 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)
  • Lots of Controls. Dozens of controls included with the core library, everything from primitive shapes to complex template-supporting controls, like ListBox.
  • Animation Declaratively set keyframe animations for your elements, and off you go (still new, has some limitations).
  • Declarative 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 model. .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.
  • MVVM Support
  • 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)

Try The Buckshot Sandbox Online

Online Interactive Buckshot

Other Live Demos

Click here to view live versions of demos included in the project

Future Stuff

  • More controls
  • Server-side integration (Dart works on both client and server)
  • Free beer (no, but wouldn't it be nice?)

Dependencies (git submodules in the 'external' folder)

License

Apache 2.0. See license.txt for project licensing information.

Contact

John

Here on github or http://www.lucastudios.com/contact

G+: https://plus.google.com/115427174005651655317/about

Blog: http://phylotic.blogspot.com


final Future<Internet> Dart;

About

Buckshot is a UI Framework for modern web applications. It is written in Google Dart and attempts to model the best of .net WPF (Silverlight) and Adobe Flex, but without the need for a plug-in. Buckshot makes use of features available in today's modern web browsers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published