An open API service indexing awesome lists of open source software.

https://github.com/mgsx-dev/gdx-ruby


https://github.com/mgsx-dev/gdx-ruby

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

This project demonstrate how to use libgdx with ruby. This is a "Work in progress" project for now.

# Setup

pre-requists :
* java 1.8
* jruby (on ubuntu 16.04 : `apt-get install jruby`)

from gdx-ruby directory :
* `./gradlew copyJars`

# Run examples

from gdx-ruby directory 2 options :
* direct mode : `jruby -I lib lib/playground.rb`
* interactive mode : `jirb -I lib -r lib/interactive.rb`