PixiJs
A gem for bundling the pixi.js library into Rails projects
Installation
Add this line to your application's Gemfile:
gem 'pixi_js'Add this line to your application.js file
//= require pixi
And then execute:
$ bundle
Or install it yourself as:
$ gem install pixi_js
Usage
Repo for the pixi.js project https://github.com/pixijs/pixi.js#pixijs--the-html5-creation-engine
Official website: http://www.pixijs.com/
License
The gem is available as open source under the terms of the MIT License.