= Shattered Light

* http://www.shatteredruby.com

== 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