Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/candera/slideshow
Clojure slideshow app
https://github.com/candera/slideshow
Last synced: 20 days ago
JSON representation
Clojure slideshow app
- Host: GitHub
- URL: https://github.com/candera/slideshow
- Owner: candera
- Created: 2010-11-26T14:20:26.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-03T14:07:00.000Z (almost 14 years ago)
- Last Synced: 2024-12-09T09:51:33.551Z (25 days ago)
- Language: Clojure
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 2
- 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 ([email protected])
Distributed under the Eclipse Public License, the same as Clojure.