JMonkeyEngine
This gem will just include the latest stable build source of jMonkeyEngine. That way your project won't need to include it because it's huge, and doing a git push with over 80mb of jar files takes a while when sitting at the airport.
Installation
Add this line to your application's Gemfile:
gem 'jmonkeyengine'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jmonkeyengine
Usage
- Install the gem
- View some jruby examples or the hello world tutorial
Contributing
- Fork it ( https://github.com/[my-github-username]/jmonkeyengine/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request