Skip to content
This repository has been archived by the owner on Mar 11, 2018. It is now read-only.

ZaneA/PongClock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong Clock

About

This is a clock that uses the game of Pong to tell the time.

It was originally a HTML5 + JS version by The Silvervest Group Labs (see http://www.reddit.com/r/web_design/comments/f6xff/html5js_pong_clock/)

I've ported to Chicken Scheme + GLUT/OpenGL (http://github.com/ZaneA/PongClock)

To run it, you'll need Chicken Scheme, with a couple of Eggs (chicken-install gl and glut).

Then, cd to this folder, and run (this is what I used, ymmv): csc clock.scm -LGLU

Now you can do ./clock (or ./clock -s for screensaver mode) and see it in all its beauty :)

TODO

  • Use a proper font
  • Sounds?

About

An OpenGL clock using the game of Pong. Ported directly from an HTML5 + JS version.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages