README.txt

Path: README.txt
Last Update: Sat May 03 22:59:33 -0600 2008
dot/f_0.png

Shattered Light

DESCRIPTION:

Shattered Light is a 3D game framework built on ogre.rb. It generates the skeleton of your game and provides easy to use interfaces to input/graphical components of your game.

FEATURES/PROBLEMS:

  • Able to generate a basic framework for your 3d application
  • A plugin architecture that allows for things like physics, sound, ai, whatever you can imagine
  • Memory efficient and fast
  • Mouse/Keyboard control system
  • DSL for many common tasks
  • Many, many more

There are currently no known issues, but please report any that you find.

SYNOPSIS:

  shattered setup my_game
  cd my_game
  ruby game.rb

  For more information, visit shatteredruby.com

REQUIREMENTS:

  Shattered has been tested on Mac, Windows XP and Linux.
  It requires a video card that can do 3d acceleration.
  If you'd like to use the shaders you'll probably need support for them as well.

INSTALL:

  sudo gem install shattered

  Note: You can then test your installation with:
  shattered test

[Validate]