namelessjon / picture_fox

PictureFox will scavenge all your pictures and help you find them in its den.

This URL has Read+Write access

name age message
file README.textile Loading commit data...
directory app/
file picture_fox.rb
directory 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

2 DataMapper

3 FXRuby Book