Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noerw/concentric-clock
unconventional representation of a clock, built with C++ & SFML
https://github.com/noerw/concentric-clock
Last synced: 9 days ago
JSON representation
unconventional representation of a clock, built with C++ & SFML
- Host: GitHub
- URL: https://github.com/noerw/concentric-clock
- Owner: noerw
- License: unlicense
- Created: 2015-09-18T19:01:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T01:58:08.000Z (about 9 years ago)
- Last Synced: 2024-06-11T17:09:49.497Z (5 months ago)
- Language: C++
- Homepage:
- Size: 574 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Concentric Clock
An unconventional representation of a clock.
It shows rotating concentric rings, each showing one unit of time & date.![Screenshot](https://raw.githubusercontent.com/noerw/concentric-clock/master/screenshot.png)
This concept was inspired by mindbrix' ["Concentrichron"](http://www.concentrichron.com/).
Written as an excercise in C++ and SFML.
## dependencies:
* SFML 2.1## build it!
### Debian / Ubuntu (tested on ubuntu 14.04 x64)
* install dependencies once:
```
sudo apt-get update
sudo apt-get install libsfml-dev libsfml2-dbg
```
* compile:
```
make -f make-linux
```
* run: `./bin/concentric-clock_dbg`### Windows (tested on win7 x64)
* put the [SFML-library (v2.1)](http://www.sfml-dev.org/download/sfml/2.1/) in the folder `.\lib\`
* [optional] put the SFML `.dll` files in the `.\bin` directory for easier binary execution, as the lib is dynamically linked.
* If you are using mingw32, run `mingw32-make -f make-windows` to start compilingSuccessfully build this way on win7x64 using mingw 4.2.0.
## license:
unlicense (public domain).