Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orbitalimpact/opal-pixi
Ruby wrapper for the Pixi.js graphical library
https://github.com/orbitalimpact/opal-pixi
Last synced: 2 months ago
JSON representation
Ruby wrapper for the Pixi.js graphical library
- Host: GitHub
- URL: https://github.com/orbitalimpact/opal-pixi
- Owner: orbitalimpact
- Created: 2014-07-18T01:22:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T16:57:29.000Z (about 8 years ago)
- Last Synced: 2024-07-05T10:58:10.043Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 4.17 MB
- Stars: 19
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-opal - Opal Pixi - Ruby wrapper for the Pixi.js graphical library (Uncategorized / Uncategorized)
README
## Ruby wrapper for the Pixi.js graphical library
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/orbitalimpact/opal-pixi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
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/examplesAlso, to get examples of opal-pixi in action, check out the [opal-pixi-examples repository](https://github.com/ktec/opal-pixi-examples).
## Cloning this repository
```
$ git clone https://github.com/orbitalimpact/opal-pixi
```## Getting involved
To contribute to this project, follow the steps below.
1. Fork the repo ( https://github.com/orbitalimpact/opal-pixi/fork )
2. Create your feature branch (`git checkout -b new-branch`)
3. Commit your changes (`git commit -am 'description of commit'`)
4. Push to the branch (`git push origin new-branch`)
5. Create a Pull Request## Licenses
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.