slagyr / limelight

user interface framework for ruby

This URL has Read+Write access

paytonrules (author)
Fri Oct 09 12:28:11 -0700 2009
commit  33c6dea87399c3ba7b695d69363985e77cb17425
tree    c3d8228e4579b96273452f352e8f7e1d6fdf85a5
parent  4766f55c35d1eb79a67a6d8a6f779ad4fbf4ab8a
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
file Rakefile
directory bin/ Tue Nov 04 22:50:28 -0800 2008 fixed file path issue on windoze [slagyr]
file build.xml
directory etc/
directory lib/
file license.txt Mon May 26 10:22:14 -0700 2008 few random changes... Can't really remember wha... [micah]
directory productions/
directory spec/
directory src/
file todo.txt Mon Jul 21 15:21:08 -0700 2008 worked on textbox... took breather and implemen... [slagyr]
README.rdoc

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