Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrkrd/perfect-timer
A very simple GUI timer app in Clojure.
https://github.com/mrkrd/perfect-timer
Last synced: 1 day ago
JSON representation
A very simple GUI timer app in Clojure.
- Host: GitHub
- URL: https://github.com/mrkrd/perfect-timer
- Owner: mrkrd
- License: epl-1.0
- Created: 2015-03-04T14:44:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T12:56:36.000Z (almost 8 years ago)
- Last Synced: 2024-03-14T16:01:56.911Z (8 months ago)
- Language: Clojure
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# perfect-timer
A simple countdown timer.
![screenshot](./screenshot.png)
## Features
- GUI (Seesaw/Swing)
- Basic start/pause/reset buttons### Anti-features (mostly due to JVM/Clojure overhead)
- Long start-up time
- Heavy memory usage## Installation
1. Install Clojure and [Boot] (http://boot-clj.com/).
2. Check out the git repo:
git clone https://github.com/mrkrd/perfect-timer.git
cd perfect-timer3. Compile:
boot build
4. Run:
java -jar target/project.jar
## Contribute & Support
- Issue Tracker: https://github.com/mrkrd/perfect-timer/issues
- Source Code: https://github.com/mrkrd/perfect-timer## License
Copyright © 2015 Marek Rudnicki
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.