https://github.com/mgsx-dev/gdx-ruby
https://github.com/mgsx-dev/gdx-ruby
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgsx-dev/gdx-ruby
- Owner: mgsx-dev
- Created: 2016-12-30T08:42:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T10:17:21.000Z (over 9 years ago)
- Last Synced: 2025-02-06T03:31:16.091Z (over 1 year ago)
- Language: Ruby
- Size: 177 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`