A Gosu implementation for Android devices.
Install ruboto and create a project.
With this installation method you will have a clean enviroment (bundler) to make your gosu games.
Gemfile.apk
in your ruboto project and add the lines:source "http://rubygems.org"
gem 'gosu_android'
res
called drawable-nodpi
and copy this [file] (https://github.com/Garoe/gosu-android/tree/master/res/drawable-nodpi/character_atlas8.png)
in it. On linux you can do it easily with:
mkdir res/drawable-nodpi
wget https://raw.github.com/Garoe/gosu-android/master/res/drawable-nodpi/character_atlas8.png
mv character_atlas8.png res/drawable-nodpi
With this installation method you will have a dirty enviroment (simple file copy) to try the samples.
gem install gosu_android
As with ruboto, place yourself in the root directory of your app.
Then execute gosu_android -a
or gosu_android --add
to automatically copy every gosu_android file to your ruboto project.
It will also copy all the media files that are use in gosu_android examples.
E/MediaPlayer(16127): Unable to to create media player
Develoment on the engine has stopped until further notice.