Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.35 KB

File metadata and controls

50 lines (36 loc) · 1.35 KB

easelbone

A GUI engine combining EaselJS and Backbone.js. Originally developed for use with Flash CC HTML5 output, but can be used with any EaselJS content.

Features

  • Navigatable views with keyboard and mouse support
  • UI controls: sliders, checkboxes, selectboxes, and buttons
  • Scrollable containers
  • Text rendering with auto-sizing
  • Alpha mask support
  • Built on top of AMD modules (RequireJS)

Installation

npm install easelbone

Or with Bower:

bower install easelbone

Examples

Live examples are hosted on GitHub Pages:

Pull request previews are automatically deployed to https://catlabinteractive.github.io/easelbone/pr/<PR_NUMBER>/examples/.

Development

# Install dependencies
npm install
npx bower install

# Build
npm run build

# Watch for changes
npx grunt watch

License

MIT