Recent: Dead Fish Hand Colettes Pets Thermometer Reading List 2025 Tamper Resistant Claire Multibus Leek and Annatto New Book Repointing Ansel Adams Ubik Fashion Nautilus Shard Betty Boop Dance Reading List 2024 Ready for 2025 Shuttle Computer Abstract Arcs Election Night |
I created this video entirely in hand-coded postscript, except for a
small part I wrote in C that massaged the audio into a format that was
easier to import into the postscript program. (Several things in the
animation are driven by the audio: the background color and alien eye
color, plus the string to the balloon.) As an example, this is the code
for the alien's antenna (the variable tick is the clock signal,
AKA the current frame number):
One annoying thing about splitting up problems over C & Postscript is
that trig functions in C take radians, while the Postscript functions
take degrees. Ugh.
|