This is a rewrite for AfterDark of a screensaver I wrote for the Apple ][ back in the old days. It's also FreeWare.It phase-shifts a plot of the function:
x = cos (w1 * omega + f1) * cos (w2 * omega + f2)
y = cos (w3 * omega + f3) * cos (w4 * omega + f4)You can add your own function parameters to Trigo, but you need to fiddle with ResEdit to do so. The figure data is stored in 'TRIG' resources, editable using the included template. These resources need to be numbered consecutive starting at ID=1. The first time Trigo encounters your new parameters, it pre-calculates its data and stores it in 'CALC' resources. Don't forget to edit the corresponding 'MENU' resource! Happy Hacking :-)
You can download the latest version here.
Version 1.2.1b:Got a Mac? Got a screensaver? Read the Screensaver FAQ by Lloyd Wood!Version 1.2.1:
- Updated the read-me, and updated my e-mail address.
Version 1.2:
- No changes to the code. Just updated my mail and eMail addresses and added a thumbnail icon for AfterDark 3.0 or better.
Version 1.1:
- Changed colouring scheme a little, and added dot-sizes up to 5x5.
Version 1.0:
- Trigo now, by request of Lloyd Wood <L.H.Wood@surrey.ac.uk>, supports Colour. You can choose between not using colours, using plain colours, and using wild colours.
- Initial release.
©2023 Ernst Mulder