![]() Recent: Moonrise Local Wildlife Centipede Recent Photos Mouse Teeth Reading List 2022 Connection Machine Photo Engraved Photos Pad One Whisker Black Rice Gabe Serbian Inside The Machines CDC 6600 Reading List 2021 The Cobras Were in Bloom Baseball Card Neo Art Deco Model Ship |
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.
|