(You may need to click once on the application above to get your browser to recognize the applet)
Note the following:
- Does not need to tell the real time (unless one is traveling faster than the speed of light - unlikely)
- UP increases the frame rate
- DOWN decreases the frame rate
- Frame rate should not be allowed to drop below 5 frames per second
- Use anti-aliasing
- Use different fonts for the clock and the info text in the lower left
- Hint: by calling frameRate() and passing it an integer you can manipulate the frame rate. Start at 60
Built with Processing