Project

limelight

0.04
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Build rich client applications using nothing but ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0
 Project Readme

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

rvm use jruby
gem install limelight

limelight create production my_first_production
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-2012 8th Light, Inc. All Rights Reserved. Limelight and all included source files are distributed under terms of the MIT license.

See LICENSE