Twist 1.0 Screensaver Source Code

Source in C, Pascal, etc. Note: apps that come with source should be included here as well as the appropriate software directory.
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
Twist 1.0 Screensaver Source Code

Post by Info-Mac » September 22nd, 1996, 9:00 am

Download: http://archive.info-mac.org/dev/src/twist-10-c.hqx

Enclosed is the source code to Twist 1.0, a screensaver module for Berkeley
Systems' After Dark.

Twist "twists" the pixels of the screen in an interesting way. First it
tilts the screen over to the right, then scrambles it, then repeated images
go in and out of phase, and eventually the original image is restored.

The source code includes:

- the After Dark Testbed, which is an application shell that allows you to
use a source code debugger to develop your own After Dark modules. This
works by linking the module source file in as a subroutine to the
application, which then simulates the environment of After Dark by calling
the module with the various messages.

- GoToWebPage.c, which searches for a browser, launches it, and directs it
to a given URL via Apple Events.

Michael D. Crawford
[email protected]
http://www.scruznet.com/~crawford
Post Reply