Skip to content

brownman/Rug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rug is a basic gaming library for Ruby, based on Love2D for Lua. The goal is to promote
rapid game development by taking care of the boiler-plate details and leaving the fun stuff
for the programmer.

============================
        Installation
============================

Rug has been tested under Ubuntu Linux and Windows, both of these platforms work. You
can get the binary versions from the Downloads section on github.

============================
   Building from source
============================

To build:

    cd ext
    ruby extconf.rb
    make

============================
        Dependencies
============================

In order to build Rug, you need a few dependencies:
  - Ruby development headers
  - SDL
  - SDL_image
  - SDL_gfx
  - SDL_ttf

In Ubuntu, you can install these with apt-get:

  sudo apt-get install ruby-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-ttf2.0-dev

About

A simple gaming library for Ruby based on Love2D.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published