Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Gosu-Android is an implementation for Android devices of the multiplatform Gosu library.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Gosu-Android

A Gosu implementation for Android devices.

Installation

Install ruboto and create a project.

Recomended

With this installation method you will have a clean enviroment (bundler) to make your gosu games.

  • Create a file named Gemfile.apk in your ruboto project and add the lines:
source "http://rubygems.org"
gem 'gosu_android'

Alternative

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.

General Information

  • This is still an early effort, so there are a number of features that had not yet been added.
  • There are some known bugs that I hope to fix soon.
  • In its current status there are some small changes to Gosu Window initialization, check examples with many comments in the wiki.

Troubleshooting

Current state

Develoment on the engine has stopped until further notice.