Skip to content

marauderlabs/FibonacciClockPrototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

FibonacciClockPrototype

Fibonacci Clock Prototype in C

Inspired by the Fibonacci Clock invented by Philippe Chrétien, before I set out to bring the clock to Android wear, I wrote a tiny C program to test the waters.

It basically prints the clock in text with Colors, to simulate the actual clock.

Clone the repository and compile it with make fibonacci.

./fibonacci will give an example output for 10:25. The program also takes command-line args as ./fibonacci <hour> <minute>

Note: The args are not validated.

The program has been compiled successfully with gcc and clang on Mac OS X Yosemite (10.10)

I've developed this idea into a full Fibonacci Clock App for Android wear and is available at the PlayStore.

About

C version of Fibonacci Clock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages