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.
- Host: GitHub
- URL: https://github.com/dreamingechoes/gosu-examples
- Owner: dreamingechoes
- Created: 2017-02-23T07:32:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T12:26:15.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T01:43:58.462Z (over 1 year ago)
- Topics: gosu, ruby
- Language: Ruby
- Homepage:
- Size: 3.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).