Teien

Teien will be a platform to make 3D worlds connected by network easily with Ruby.

Installation

Add this line to your application's Gemfile:

gem 'teien'

And then execute:

$ bundle

Or install it yourself as:

$ gem install eventmachine 
$ gem install ruby-ois
$ gem install ruby-ogre 
$ gem install ruby-procedural 
$ gem install ruby-bullet 
$ gem install teienlib 
$ gem build teien.gemspec
$ gem install teien-<version>.gem 

Usage

Run a sample application.

 $ mkdir mywork/ 
 $ cp -r <gems>/teien-<version>/samples/   mywork/
 $ cd mywork/samples/hello_garden/
 $ ./local 

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request