Code Monkey home page Code Monkey logo

buckshot's Introduction

Buckshot Logo

Buckshot [buhk-shot] noun When darts land wildly all over the board.

Buckshot is a multi-platform application framework. This core library provides the foundations for other target platforms to build from. Some of the core features provided include a template parser, data-binding, events, actions, style templates, and more. Most developers will not import this core library directly, but will instead choose one of the platform extension libraries (see "Platform Choices" below).

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.

Buckshot is a Multi-Platform Framework##

This means that Buckshot can target virtually any rendering technology where the Dart VM is available.

Platforms Choices

Coming soon...

  • SVG
  • HTML5 Canvas
  • WebGL

Coming eventually...

  • Native GUI

Getting Started

See the "getting_started" document in the platform library of your choice.

Features

Template-Centric Similar to Xaml, but more simplified and flexible. Supports XML and JSON formats.
Multi-Platform Dozens of controls included with the core library, everything from primitive shapes to complex template-supporting controls, like ListBox and TreeView
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)
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)

License

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

Contact

Buckshot Discussion Group: https://groups.google.com/forum/#!forum/buckshot-ui

Buckshot on G+: https://plus.google.com/b/105133271658972815666/105133271658972815666/posts

Blog: http://phylotic.blogspot.com

buckshot's People

Contributors

adam-singer avatar atebitftw avatar donny-dont avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.