Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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-timer

3. 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.