https://github.com/candera/slideshow
Clojure slideshow app
https://github.com/candera/slideshow
Last synced: about 1 year ago
JSON representation
Clojure slideshow app
- Host: GitHub
- URL: https://github.com/candera/slideshow
- Owner: candera
- Created: 2010-11-26T14:20:26.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-03T14:07:00.000Z (over 15 years ago)
- Last Synced: 2025-03-24T05:48:32.987Z (about 1 year ago)
- Language: Clojure
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slideshow
Shows a full-screen slideshow of all the images in a directory tree.
## Usage
Call the function slideshow, passing in a directory. Alternatively,
use the included launch4j config file to generate a Windows
executable, and run that with a directory as an argument.
## Installation
FIXME: write
## TODO
* Adjust when resized or moved across monitors
** This looks like it's working now - test it out on Lorien
* Bind q and ESC to quit
* Add indicators for when it's paused, rotation speed, etc.
* Hide cursor after it stops moving for a few seconds
* Center text in flashcard mode
## License
Copyright (C) 2010 Wangdera Corporation (slideshow@wangdera.com)
Distributed under the Eclipse Public License, the same as Clojure.