Git Product home page Git Product logo

rubygame's Introduction

 = Rubygame README

 == What is Rubygame?

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

 Rubygame's core is written in C to bind low-level SDL functions into Ruby.
 On top of that is a pure Ruby library for higher-level behavior like
 event and game object management.

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

 == Requirements

 You will definitely need these software packages to compile Rubygame:

 * ruby        >= 1.8 
 * SDL         >= 1.2.7
 * rake        >= 0.7.0    (for build/install system)

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

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

 (If you don't have some of those, you have to disable those features
 by passing some flags to the build process. See "Advanced Install", below.)

 If you are compiling source on a binary-based Linux ditribution,
 you will also need the "dev" packages of ruby, SDL, SDL_gfx, SDL_image,
 SDL_mixer, and SDL_ttf. (Really, you just need the header files.)

 And of course, if you are compiling the source, you will need a C compiler!
 These versions of gcc worked fine when I tried them; other compilers might
 work too:

 * gcc 3.3, 3.4, 4.0, 4.1


 == Install

 === Basic Install

 Extract the archive and enter its top directory.
 Then run ($ indicates as user, # as root):

  $ rake build
  # rake install

 === Advanced Install

 The build and install tasks can be configured by providing certain commands
 to rake:

 no-sdl-gfx::    do not build modules which depend on SDL_gfx
 no-sdl-image::  do not build modules which depend on SDL_image
 no-sdl-mixer::  do not build modules which depend on SDL_mixer
 no-sdl-ttf::    do not build modules which depend on SDL_ttf
 no-opengl::     do not build modules which depend on OpenGL

 no-sdl-config:: do not guess compiler/linker flags using `sdl-config'

 debug::         build modules with debbugging flags enabled
 universal::     on MacOS X, try to compile for both PPC and Intel
 verbose::       display the build commands as they are run

 Additionally, the build process respects certain environmental variables.
 In particular, CFLAGS and LDFLAGS are important for users compiling with
 the no-sdl-config command.

 CC::            C compiler command
 CFLAGS::        flags passed to the C compiler
 LDSHARED::      linker command
 LDFLAGS::       flags passed to the linker
 RUBYARCHDIR::   where to install platform-specific compiled extensions
 RUBYLIBDIR::    where to install platform-independent interpreted libs

 IMPORTANT: if you are missing any optional SDL_* libraries, you must specify
 "no-*" flags for those libraries. For example, if you don't have SDL_gfx:

  $ rake no-sdl-gfx build

 If you don't disable the features, the compile will probably fail when it
 looks for the headers and libraries. (The build system is not smart enough to
 automatically disable missing features.)

 === 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 demo_rubygame.rb and chimp.rb.

 == License

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

 The contents of the file 'Rakefile' is licensed under the terms of the
 MIT license. See that file 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)

rubygame's People

Contributors

jacius avatar atiaxi avatar singpolyma avatar apeiros avatar smashwilson avatar beoran avatar codexdraco avatar

Stargazers

Angus H. avatar  avatar  avatar  avatar

Watchers

 avatar James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.