The goal of this project is to completely wrap the Pixi API in Opal, to allow developers to write HTML5 and WebGL rendering from Ruby.
If you have not heard of Pixi, check out these links:
- Pixi: https://github.com/GoodBoyDigital/pixi.js/
- Pixi Examples: https://github.com/pixijs/examples
Also, to get examples of opal-pixi in action, check out the opal-pixi-examples repository.
$ git clone https://github.com/orbitalimpact/opal-pixi
To contribute to this project, follow the steps below.
- Fork the repo ( https://github.com/orbitalimpact/opal-pixi/fork )
- Create your feature branch (
git checkout -b new-branch
) - Commit your changes (
git commit -am 'description of commit'
) - Push to the branch (
git push origin new-branch
) - Create a Pull Request
Phaser and all examples are released under the MIT License: http://opensource.org/licenses/MIT
opal-pixi is released under the Berkeley Software Distribution (BSD) 3-Clause License: http://opensource.org/licenses/BSD-3-Clause
Copyright (c) 2015, Orbital Impact All rights reserved.