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: next

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

Updated GL demos to new Screen syntax. 
jacius (author)
Mon Jan 18 15:28:49 -0800 2010
commit  05b6837f0f45ced14b3903131c3baf5df9342bff
tree    333d4defebb6e10f9402532011a58762d78fb54d
parent  8eb49348cb94c9ef5274481f057beafbe8e4f26d
rubygame /
name age
history
message
file .gitignore Loading commit data...
file CREDITS
file LICENSE
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
file Rakefile
directory doc/ Sat Oct 24 13:33:12 -0700 2009 Getting started guide is on the wiki now too. [jacius]
directory lib/
directory samples/
directory spec/
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