ruby-entity-component-framework icon indicating copy to clipboard operation
ruby-entity-component-framework copied to clipboard

A JRuby entity-component framework for game programming.

Results 2 ruby-entity-component-framework issues
Sort by recently updated
recently updated
newest added

I updated the libgdx and lwjgl libraries so that Java 7 on OSX is supported.

JRuby 1.7.10 currently raises a TypeError when the sample game is exited using the Escape key. Specifically, the offending line is in `lib/ruby/playing_state.rb`, line 143. `Marshal.dump` is being called on...