Skip to content

GoodgameStudios/RobotlegsJS-Pixi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ea3420e · Aug 1, 2017
Oct 20, 2016
Nov 1, 2016
Dec 18, 2016
Aug 1, 2017
Feb 21, 2017
Oct 27, 2016
Nov 11, 2016
Sep 19, 2016
Sep 19, 2016
Oct 27, 2016
Sep 19, 2016
Nov 11, 2016
Nov 11, 2016
Feb 21, 2017
Aug 28, 2016
Aug 28, 2016
Feb 3, 2017
Feb 21, 2017
Aug 1, 2017
Feb 3, 2017
Feb 3, 2017
Nov 11, 2016
Nov 11, 2016
Nov 11, 2016
Nov 1, 2016
Aug 1, 2017

Repository files navigation

RobotlegsJS PixiJS Extension

Join the chat at https://gitter.im/GoodgameStudios/RobotlegsJS Build Status Code Climate Test Coverage npm version Greenkeeper badge

NPM NPM

Integrate RobotlegsJS framework with PixiJS.

Usage

/// <reference path="node_modules/robotlegs-pixi/definitions/pixi.d.ts" />

import { Context, MVCSBundle } from "robotlegs";
import { PixiBundle ,ContextView } from "robotlegs-pixi";

let context = new Context();
context.
  install( MVCSBundle, PixiBundle ).
  configure( new ContextView((<any>this.renderer).plugins.interaction) );

Running the example

Run the following commands to run the example:

npm install -g typings
typings install
npm install
npm start

License

MIT