Recent: Election Night RCS Photos Space Stamps Fireworks Long Black Curly Eyes Nixie Tubes Memory Scavengers Nightshade Cobras Magical Feedback of Oz Harp Case Reading List 2023 Moonrise Local Wildlife Centipede Recent Photos Mouse Teeth Reading List 2022 Connection Machine Photo |
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.
|