Sha256: 40b1f43ebfb907e87a804d23df55c339253484d157d79f1c570b2a84f6400a82

Contents?: true

Size: 958 Bytes

Versions: 2

Compression:

Stored size: 958 Bytes

Contents

# Welcome to ruby_rpg!

`ruby_rpg` is an OpenGL based game engine written in Ruby.
It is designed to be easy to use and easy to extend. 
It is still in the early stages of development, but it is already capable of rendering both 2D and 3D graphics.

## Installation
You can find full instructions on th [wiki](https://github.com/rubyrpg/ruby_rpg/wiki/Installation).

## Usage
You can find docs and guides on the [wiki](https://github.com/rubyrpg/ruby_rpg/wiki).
For a basic example to get you up off the ground take a look at [hello_ruby_rpg](https://github.com/rubyrpg/hello_ruby_rpg).
For some more complex examples you can take a look in the samples folder of this repo.

## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
6. I'll get to reviewing it as soon as I can!

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby_rpg-0.0.4 README.md
ruby_rpg-0.0.3 README.md