A minimal Game Library built on top of the Gosu gem.
Ruby
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
examples Adding links to my unofficial tutorial and RDocs on README. Adding Ex… Dec 25, 2015
lib
test [2.0.10] Elimination of Window references in Res and creation of Game… Apr 14, 2018
wiki Inclusão de arquivo para uso na Wiki. Mar 23, 2017
.gitignore
Gemfile
LICENSE
README.md
Rakefile Creating RDoc documentation. Jul 16, 2014
logo.svg
minigl.gemspec

README.md

MiniGL

MiniGL is a minimal 2D Game Library, available as a Ruby gem, and built on top of the Gosu 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 [email protected].

Installing

MiniGL was built on top of the Gosu gem. This gem has its own dependencies for compiling extensions. Visit this page for details.

After installing the Gosu dependencies, you can just gem install minigl.

Documentation

  • The library is 100% RDoc-documented here.
  • The wiki is a work in progress with tutorials and examples.
  • Test package and examples aren't complete!

Version 2.0.13

  • Bug fix in Sprite#animate_once.