slagyr / limelight
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (8)
- Wiki (1)
- Graphs
-
Tree:
33c6dea
commit 33c6dea87399c3ba7b695d69363985e77cb17425
tree c3d8228e4579b96273452f352e8f7e1d6fdf85a5
parent 4766f55c35d1eb79a67a6d8a6f779ad4fbf4ab8a
tree c3d8228e4579b96273452f352e8f7e1d6fdf85a5
parent 4766f55c35d1eb79a67a6d8a6f779ad4fbf4ab8a
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Dec 12 07:46:19 -0800 2008 | |
| |
CHANGES | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
bin/ | Tue Nov 04 22:50:28 -0800 2008 | |
| |
build.xml | ||
| |
etc/ | ||
| |
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, 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

