Sha256: ed3358e0325b2b9d6c7ed8088267b21734662123cf99a1cad8401dc571646e5f
Contents?: true
Size: 1.36 KB
Versions: 1
Compression:
Stored size: 1.36 KB
Contents
# MiniGL MiniGL is a minimal **2D Game** Library, available as a Ruby gem, and built on top of the [Gosu](http://www.libgosu.org/) gem. It provides the following features: * Resource management (images, sounds, ...) * Input manipulation (keyboard, mouse, ...) * UI (text, buttons, text fields, ...) * Basic physics and collision checking * Animated objects More functionalities are coming. Feel free to contribute! You can send feedback to victordavidsantos@gmail.com. ## Installing MiniGL was built on top of the Gosu gem. This gem has its own dependencies for compiling extensions. Visit [this page](https://github.com/jlnr/gosu/wiki/Getting-Started-on-Linux) for details. After installing the gosu dependencies, you can just `gem install minigl`. Please note: * The test package is not complete! Most of the functionality provided by the gem is difficult to test automatically, but you can check out this [working game example](https://github.com/victords/aventura-do-saber). * The RDoc documentation is now available. * An auxiliary, tutorial-like documentation is under construction [here](https://github.com/victords/minigl/wiki). **Version 1.3.9** * Fixed gosu dependency (~> 0.7). **P.S.** I'm sorry for the few last releases which brought so few improvements to the library... Still, I think this is better than leaving those small errors uncorrected.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
minigl-1.3.9 | README.md |