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

  1. Install the gem
  2. View some jruby examples or the hello world tutorial

Contributing

  1. Fork it ( https://github.com/[my-github-username]/jmonkeyengine/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request