Skip to content

infrared5/brassmonkeyjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e61f4d6 · Nov 4, 2013
Jan 29, 2013
May 29, 2012
Feb 22, 2013
Jul 16, 2012
Nov 4, 2013
Dec 18, 2012
Feb 21, 2013
Jan 29, 2013
Oct 20, 2012
Jul 24, 2012
Dec 13, 2012
Jan 2, 2013
Jul 18, 2012
May 29, 2012
Dec 13, 2012

Repository files navigation

Demos

Checkout the demos.

Installation

Prerequisites

  • An Android or iOS device.
  • The Brass Monkey App. (Available on the App Store or Google Play)
  • A modern browser.

Get the SDK (Includes demos)

Download the .ZIP.

or,

git clone git@github.com:brassmonkey/brassmonkeyjs.git
git submodule init
git submodule update
(Put brassmonkeyjs folder some where on an http server and then open it's url ../brassmonkeyjs/index.html. Working on making it be able to be hosted without a server via file:// too.)

Documentation

Real Documentation coming soon. For now, see our recently made HTML5 SDK Introduction Slides..

Also checkout the demos for some example code.

Running the demos locally

  • Get the SDK as mentioned above.
  • Files must be hosted in order to work.
  • On Mac/Linux you can just run './server' from the brassmonkeyjs folder and then open http://localhost:8080/
  • If on Windows you'll have to put the brassmonkeyjs folder somewhere and then navigate to whereever index.html ends up.