slagyr / limelight
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (8)
- Wiki (1)
- Graphs
-
Tree:
42798f3
commit 42798f38bdfee2f5c17c9102f70a195de4a2926e
tree 7b427bc305f95517451747f05e2399e3c8a7ac6f
parent 483e975fbb00cf08cfad61c5ede6894d8d961f6e
tree 7b427bc305f95517451747f05e2399e3c8a7ac6f
parent 483e975fbb00cf08cfad61c5ede6894d8d961f6e
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Dec 12 07:46:19 -0800 2008 | |
| |
CHANGES | Fri Oct 30 08:12:53 -0700 2009 | |
| |
README.rdoc | Wed Oct 28 13:28:17 -0700 2009 | |
| |
Rakefile | ||
| |
bin/ | Tue Nov 04 22:50:28 -0800 2008 | |
| |
build.xml | ||
| |
etc/ | Tue Nov 03 17:35:15 -0800 2009 | |
| |
lib/ | ||
| |
license.txt | Mon May 26 10:22:14 -0700 2008 | |
| |
productions/ | ||
| |
spec/ | ||
| |
src/ | ||
| |
todo.txt | Mon Jul 21 15:21:08 -0700 2008 |
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

