namelessjon / picture_fox
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README.textile | ||
| |
app/ | ||
| |
picture_fox.rb | ||
| |
script/ |
README.textile
Picture Fox
Introduction
Picture Fox is a picture viewing application based on FXRuby1, which uses
DataMapper2 to store its metadata.
It’s (increasingly loosely) based on the PictureBook application from
FXRuby: Creating Lean and Mean GUIs with Ruby, by Lyle Johnson3, and is principly a project for me to learn FXRuby/GUI programming and also to experiment with the new DataMapper gem.
Usage
Install the nessary gems:
gem install fxruby image_science
And follow the instructions on the DataMapper site to get the latest DM.
Then just run ruby picture_fox.rb
1 FXRuby

