public
Description: user interface framework for ruby
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 Fri Oct 30 08:12:53 -0700 2009 trying to get continuous build working [slagyr]
file README.rdoc Wed Oct 28 13:28:17 -0700 2009 updated some rdoc [slagyr]
file Rakefile Sat Dec 19 09:03:12 -0800 2009 trying to get build running again [slagyr]
directory bin/ Tue Nov 04 22:50:28 -0800 2008 fixed file path issue on windoze [slagyr]
file build.xml Sat Dec 19 09:03:12 -0800 2009 trying to get build running again [slagyr]
directory etc/ Tue Nov 03 17:35:15 -0800 2009 fixing bugs related to starting on windows [slagyr]
directory lib/ Tue Dec 22 09:10:26 -0800 2009 adding custom inputs: button, combobox, and rad... [slagyr]
file license.txt Mon May 26 10:22:14 -0700 2008 few random changes... Can't really remember wha... [micah]
directory productions/ Tue Dec 22 09:10:26 -0800 2009 adding custom inputs: button, combobox, and rad... [slagyr]
directory spec/ Sat Dec 19 08:04:11 -0800 2009 getting spec to run with jruby even when rake s... [slagyr]
directory src/ Tue Dec 22 11:11:13 -0800 2009 Merge branch 'master' of git@github.com:slagyr/... [trptcolin]
file todo.txt Mon Jul 21 15:21:08 -0700 2008 worked on textbox... took breather and implemen... [slagyr]
README.rdoc

Limelight

Simple UI Framework for Ruby

API

Where to start:

  • Limelight::Main

More Documentation

If you’re not using it already, be sure to check out the Limelight Docs production. It’s full of tutorials and examples that’ll teach you everything you need to know to build your own Limelight productions.

Just install Limelight and let’er rip.

Developing with Limelight

  jruby -S gem install gemcutter
  jruby -S gem tumble
  jruby -S gem install limelight

  jruby -S limelight create production my_first_production
  jruby -S limelight open my_first_production

Development on Limelight

  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

License

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

See license.txt