Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slagyr/limelight
GUI library for Ruby/Clojure/Java
https://github.com/slagyr/limelight
Last synced: 17 days ago
JSON representation
GUI library for Ruby/Clojure/Java
- Host: GitHub
- URL: https://github.com/slagyr/limelight
- Owner: slagyr
- License: mit
- Created: 2008-06-06T16:34:58.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2012-08-28T17:07:40.000Z (about 12 years ago)
- Last Synced: 2024-10-11T14:21:36.134Z (about 1 month ago)
- Language: Java
- Homepage: http://limelight.8thlight.com
- Size: 46.1 MB
- Stars: 108
- Watchers: 10
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this 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 limelightlimelight 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 testsTry 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