Author:
- Name: Thor Eldby
Location: NO - Kingdom of Norway (Norway)
To build:
make alt
We recommend that you use the alt version to see what the entry looked like back in 1996. For the original version see the original code section.
To use:
./eldby.alt
To quit send intr (typically ctrl-c).
NOTE: to reset the sanity of your terminal after this program ends try reset
.
Try:
This alternate version, which we recommend that you use in order to see what is
happening with modern systems, and to not flash too quickly, which can be
problematic for some people, can be configured to different speeds by way of the
value used in usleep()
. The default is 35000
but you can easily change
it. To do so try:
make SLEEP=20000 clobber alt
./eldby.alt
Original code:
This version is the original which has no sleep time in between updates.
Original build:
make all
Original use:
Use ./eldby
as you would ./eldby.alt
above.
Judges’ remarks:
We were impressed by the author’s ability to render spheres in 3D in a very small chunk of code.
Author’s remarks:
This program shows flying spheres. The program eats CPU on lesser equipped systems. The program will run until termination. Terminals must be VT100 or better with 80 columns and 24 rows or more.
Inventory for 1996/eldby
Primary files
- eldby.c - entry source code
- Makefile - entry Makefile
- eldby.alt.c - alternate source code
- eldby.orig.c - original source code
Secondary files
- 1996_eldby.tar.bz2 - download entry tarball
- README.md - markdown source for this web page
- .entry.json - entry summary and manifest in JSON
- .gitignore - list of files that should not be committed under git
- .path - directory path from top level directory
- index.html - this web page