1
0
Fork 0
mirror of https://github.com/noerw/concentric-clock synced 2025-03-12 16:00:29 +01:00
No description
Find a file
2015-09-21 03:58:08 +02:00
bin introduce proper folder structure 2015-09-19 20:53:46 +02:00
lib fix windows build 2015-09-20 14:37:42 +02:00
res introduce proper folder structure 2015-09-19 20:53:46 +02:00
src fix windows build 2015-09-20 14:37:42 +02:00
.gitignore fix windows build 2015-09-20 14:37:42 +02:00
LICENSE Initial commit 2015-09-18 21:01:48 +02:00
make-linux fix windows build 2015-09-20 14:37:42 +02:00
make-windows fix windows build 2015-09-20 14:37:42 +02:00
README.md fix screenshot in readme 2015-09-21 03:58:08 +02:00
screenshot.png initial commit v0.2 2015-09-18 21:32:03 +02:00

Concentric Clock

An unconventional representation of a clock. It shows rotating concentric rings, each showing one unit of time & date.

Screenshot

This concept was inspired by mindbrix' "Concentrichron".

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) 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 compiling

Successfully build this way on win7x64 using mingw 4.2.0.

license:

unlicense (public domain).