github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jacius / rubygame

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 70
    • 6
  • Source
  • Commits
  • Network (6)
  • Downloads (16)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (4)
    • dev-3.0-2007
    • dev-3.0-2008
    • master ✓
    • next
  • Tags (16)
    • 2.6.2
    • 2.6.1
    • 2.6.0
    • 2.5.3
    • 2.5.2
    • 2.5.1
    • 2.5.0
    • 2.4.1
    • 2.4.0
    • 2.3.0
    • 2.2.0
    • 2.1.0
    • 2.0.0
    • 1.1.0
    • 1.0
    • 0.1-rc3
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

Flexible cross-platform game programming library for Ruby — Read more

  cancel

http://rubygame.org

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Rubygame 2.6.2 released. 
jacius (author)
Thu Nov 12 20:39:55 -0800 2009
commit  17f996d6d78a5ca12537d4f0429310e4b0659e16
tree    5c8465da031d5302496da8f3aff654a30005f6f0
parent  3e7fca8b822ebf3c7964cab9e53c9703a0b0ee8b
rubygame /
name age
history
message
file .gitignore Wed Jun 18 21:36:43 -0700 2008 Setup .gitignore. [jacius]
file CREDITS Sat Oct 24 12:22:43 -0700 2009 Updated CREDITS to reflect current status. [jacius]
file LICENSE Sat Dec 04 10:15:56 -0800 2004 Import rubygame code. This revision corresponds... [jacius]
file NEWS Thu Nov 12 20:39:55 -0800 2009 Rubygame 2.6.2 released. [jacius]
file README Fri Oct 23 23:29:02 -0700 2009 Deleted extended_readme.rdoc. The "About the v... [jacius]
file ROADMAP Fri Oct 23 20:46:41 -0700 2009 Updated README, NEWS, and ROADMAP. [jacius]
file Rakefile Thu Nov 12 20:39:55 -0800 2009 Rubygame 2.6.2 released. [jacius]
directory doc/ Sat Oct 24 13:33:12 -0700 2009 Getting started guide is on the wiki now too. [jacius]
directory lib/ Thu Nov 12 20:23:25 -0800 2009 Re-added Screen.set_mode and Screen.instance. ... [jacius]
directory samples/ Sat Oct 24 13:40:22 -0700 2009 image_viewer.rb loads rubygame.rb by default. [jacius]
directory spec/ Thu Nov 12 20:34:32 -0800 2009 Added some specs for opening and closing Screen. [jacius]
README
 = Rubygame README

 == What is Rubygame?

 Rubygame is a cross-platform game-development library for Ruby,
 inspired by Pygame. Rubygame strives to empower game developers by
 providing them with powerful and flexible mid-to-high level tools.
 Instead of worrying about low-level technical details, you can focus
 your energy on more interesting things (like making a fun game).

 === Relevant Links
 1. Rubygame: http://rubygame.org
 2. Ruby: http://www.ruby-lang.org
 3. Pygame: http://www.pygame.org


 == Requirements

 You will definitely need these software packages to use Rubygame:

 * Ruby          >= 1.8 
 * Ruby-SDL-FFI  >= 0.1
 * SDL           >= 1.2.7   (1.2.14 on MacOS X 10.6)
 * (MacOS X only): RSDL  ( http://github.com/knu/rsdl )

 It's highly recommended that you have these packages as well, or some
 cool features won't be available!

 * SDL_gfx     >= 2.0.13
 * SDL_image   >= 1.2.3
 * SDL_mixer   >= 1.2.7
 * SDL_ttf     >= 2.0.6


 == Install

 === Basic Install

 The simplest way to install is with RubyGems:

  $ sudo gem install rubygame

 Another way is to install directly from the source:

  $ sudo rake install

 Or generate and install a gem from the source:

  $ rake gem
  $ sudo gem install pkg/rubygame-*.gem

 === Generating documentation

 You can generate documentation for Rubygame's API by running:

  $ rake rdoc

 Documentation will be generated as HTML in the 'html' directory.
 Open 'html/index.html' in a web browser to get started.


 == Usage
 
 See the documentation (online at http://docs.rubygame.org, or
 generated locally with the 'rake rdoc' command). 

 We also recommend that you take a peek at the demo applications in
 the 'samples' directory, especially image_viewer.rb,
 demo_rubygame.rb, and chimp.rb.


 == About the version number

 The version number of Rubygame has a strict meaning, to help you
 decide whether the new version might break your application. The
 version number has 3 parts: the major number, the minor number, and
 the patch number. For the example of Rubygame 2.6.0:

     2   .   6   .   0
   MAJOR . MINOR . PATCH

 When a new release of Rubygame is made, one of the version numbers
 will go up, and the numbers that come after it will be reset to 0.
 Which number will go up depends on how much the Rubygame API changed:

 - *MAJOR*: API has changed, and old apps _must_ be updated.
   An example of this is when a class has been significantly changed,
   or a method has renamed/moved to another module and the old name is
   removed.

 - *MINOR*: API has changed, but old apps will still work.
   An example of this is when a new feature has been added, or a
   method has been renamed but the old name is still supported.

 - *PATCH*: API has not changed at all.
   An example of this is when a bug has been fixed, or existing code
   has been improved beneath the surface.


 == License

 Rubygame is distributed under the terms of the GNU Lesser GPL.
 See LICENSE for more details.

 Some of the sample files are distributed under licenses other than
 the GNU Lesser GPL. See 'samples/README' and 'samples/GPL' for more
 details.


 John Croisant (jacius at gmail.com)
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server