Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Facade.js

Scott Doxey
September 16, 2015

 Facade.js

Slides from my talk at the Boston HTML5 Game Development meetup.

Scott Doxey

September 16, 2015
Tweet

More Decks by Scott Doxey

Other Decks in Programming

Transcript

  1. The experience of building a library from scratch in a

    technology one is not proficient with is invaluable.
  2. Vision for Facade.js • Easy to use • Familiar syntax

    • Fast rendering • Small file size • Extensible via plugins
  3. Core Features of Facade.js • Draw custom polygons, circles, lines,

    rectangles • Render images • Animate images via sprites • Draw Text • Group Facade.js objects • Handle the animation loop
  4. facadejs-SATjs-plugin An API wrapper for the SAT-js library, a simple

    JavaScript library for performing 2D collision detection. https://github.com/neogeek/facadejs-SATjs-plugin
  5. Links • https://facadejs.com/ - Main Project Page • https://play.facadejs.com/ -

    Interactive Demos • https://plugins.facadejs.com/ - Plugin Registry • https://doxdox.org/facadejs/Facade.js - Documentation • https://github.com/facadejs - GitHub Organization • https://github.com/facadejs/facadejs-sample - Sample Project