https://github.com/tarilabs/processing-screennewsticker
A simple Processing.org sketch to display news ticker similar to broadcasting television news channels
https://github.com/tarilabs/processing-screennewsticker
Last synced: about 2 months ago
JSON representation
A simple Processing.org sketch to display news ticker similar to broadcasting television news channels
- Host: GitHub
- URL: https://github.com/tarilabs/processing-screennewsticker
- Owner: tarilabs
- Created: 2012-05-09T20:38:56.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-09T20:42:30.000Z (about 13 years ago)
- Last Synced: 2025-02-12T04:16:07.721Z (3 months ago)
- Language: Java
- Size: 82 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A simple Processing.org sketch to display news ticker similar to broadcasting television news channels.
Functionalities
===============
Source file for the news is hard-coded as C:\news.txt.
Each line of the source file for the news is considered a news.
Creates a 50pixel height window with black background and white font displaying the news.
This windows is set to be always on top.
The news are displayed in cycles scrolling from right to left like a news ticker similar to broadcasting television news channels.Credits
=======
Largely inspired by the "Learn Processing" book's exercise 17.6