Rubygame

From Libregamewiki
Jump to navigation Jump to search
Developed for: Ruby
Developer(s): John Croisant
Release: 2.5.3
Released: July 23rd, 2009
License: LGPL [1]

Rubygame is a a game development library written by John Croisant for Ruby programmers and is licensed under the LGPL.[1] The latest stable release is version 2.5.2 on May 16th, 2009.t sits on top of the SDL.

Development history[edit]

John Croisant wrote the library in response to his dislike of availible ruby libraries, RUDL and Ruby/SDL. He considered RUDL too messy and Ruby/SDL too low level. He had already tried to improve RUDL, but was repelled by the unorganized codebase so he decided to fork Ruby/SDL and add his own code. It became Rubygame.[2] The SCM the rubygame project used to be subversion, then the project eventually moved to git.

Croisant stepped down in October 24th, 2008 as lead maintainer of the project and is looking for a maintainer to take over project development. In February 2009, He decided to only do maintenance on Rubygame.[3]

Version History[edit]

  • 2.1.0 was released on November 10th, 2007
  • 2.2.0 was released on December 17th, 2007
  • 2.3.0 was released on May 18th, 2008. It featured the new mixin module NamedResource, which managed the storage of resources such as sounds, musics, and games for later use. It also autoload these resources on demand. In addition, the Sound and Musics classes, which promise many improvements over the Mixer class, are replacing the now depreciated Mixer class.[4]
  • 2.4.0 was released on October 24th, 2008. It features a totally new event handler system along with some bugfixes.[5]
  • 2.4.1 was released on February 8th, 2009..[6]
  • 2.5.0 was released on April 27th, 2009. It features a new clock class.[7]
  • 2.5.1 was released on May 12th, 2009. It features minor bugfixes to the clock class.[8]
  • 2.5.2 was released on May 16th, 2009. It fixes how EventHandler handles exception[9]
  • 2.5.3 was released on July 23rd, 2009. Fix a few bug in Clock, events relating to mouse and joystick. It also listed a new dependency called install-time. Panda demo rendering bug is fixed. [10]

Community[edit]

There was an unofficial developer forum dedicated to rubygame called Rubygame Forums. It also hosted the first two RubyWeekend contests, which took place on June 13th, 2008 and July 27th, 2008 respectively. However, due to the forum inactivity and the absence of the owner, Jacius decided to host his own Rubygame forum at the rubygame.org website.

Trivia[edit]

The project was once hosted on seul.org.[11]

References[edit]

External links[edit]