public
Description: ruby thin client and application framework.
Homepage: http://limelight.8thlight.com
Clone URL: git://github.com/slagyr/limelight.git
name age message
file .gitignore Fri Dec 12 07:46:19 -0800 2008 added styledtext, working on styledtextparser [Denny Abraham]
file CHANGES Loading commit data...
file README.rdoc Thu Sep 18 12:27:22 -0700 2008 updated README with development instructions [slagyr]
file Rakefile
directory bin/
file build.xml
directory etc/
directory lib/ Sat May 30 00:04:56 -0700 2009 using the studio to publish on drb [slagyr]
file license.txt Mon May 26 10:22:14 -0700 2008 few random changes... Can't really remember wha... [micah]
directory productions/
directory spec/ Sat May 30 00:04:56 -0700 2009 using the studio to publish on drb [slagyr]
directory src/
file todo.txt Mon Jul 21 15:21:08 -0700 2008 worked on textbox... took breather and implemen... [slagyr]

Limelight

simple, dynamic, user interfaces.

Preparing Development Environment

  git clone git://github.com/slagyr/limelight.git
  cd limelight
  ant
  jruby -S rake init
  jruby -S rake tests

Try it out:

   bin/limelight open productions/examples/sandbox

API

Where to start:

  • Limelight::Main
  • Limelight::Producer
  • Limelight::Prop
  • Limelight::Scene

More Documentation

This RDoc for Limelight is for reference only. More complete documentation can be found on the official Limelight website: limelight.8thlight.com

License

Copyright 2008 8th Light, Inc. All Rights Reserved. Limelight and all included source files are distributed under terms of the GNU LGPL.

See license.txt