An open API service indexing awesome lists of open source software.

https://github.com/dreamingechoes/gosu-examples

A list of examples developed in Ruby about Gosu.
https://github.com/dreamingechoes/gosu-examples

gosu ruby

Last synced: over 1 year ago
JSON representation

A list of examples developed in Ruby about Gosu.

Awesome Lists containing this project

README

          

# Gosu Examples

## About

This is a list of examples developed in Ruby about the classes of the [Gosu](https://www.libgosu.org/) library. All the resources (images, sounds, fonts...) used on this examples are property of his creators.

## Install dependencies

Here are the pre-requisites to play this examples (or be able to use Gosu):

* Mac OS X: [Getting Started on OS X](https://github.com/gosu/gosu/wiki/Getting-Started-on-OS-X#prerequisites)
* Linux: [Getting Started on Linux](https://github.com/gosu/gosu/wiki/Getting-Started-on-Linux#getting-started-on-linux)
* Windows: [Getting Started on Windows](https://github.com/gosu/gosu/wiki/Getting-Started-on-Windows#getting-started-on-windows)

## Getting Started

To start playing this examples, you only have to:

* Install Ruby (using [RVM](https://github.com/rvm/rvm) or [RBenv](https://github.com/sstephenson/rbenv) or whatever).
* Install the gosu gem: `gem install gosu`.

## Usage

To try any of the examples showed here, just clone the repository and run them using `ruby`:

```sh
user@computer:~$ git clone git@github.com:dreamingechoes/gosu-examples.git
user@computer:~$ cd gosu-examples
user@computer:~$ ruby animation/animation.rb
```

----------------------------

This project was developed by [dreamingechoes](https://github.com/dreamingechoes).
It adheres to its [code of conduct](https://github.com/dreamingechoes/base/blob/master/files/CODE_OF_CONDUCT.md) and
[contributing guidelines](https://github.com/dreamingechoes/base/blob/master/files/CONTRIBUTING.md), and uses an equivalent [license](https://github.com/dreamingechoes/base/blob/master/files/LICENSE).