From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrey mirtchovski To: 9fans@cse.psu.edu Subject: Re: [9fans] Interesting research possibility? In-Reply-To: Message-ID: <20020624092506.J21340-100000@fbsd.acl.lanl.gov> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Mon, 24 Jun 2002 09:28:08 -0600 Topicbox-Message-UUID: b7541e3a-eaca-11e9-9e20-41e7f4b1d025 the original galaxy code coloured each galaxy differently, i had it (for opengl) with colors based on galaxy of origin and speed, but it didn't look as nice as i expected. if you're interested i can suggest looking at the xscreensaver code (the original) for coloring ideas. i admit, i haven't seen your modifications yet, so i can't comment on them -- for all i know they're probably better than the xscreensaver ones :) andrey On Mon, 24 Jun 2002, Sam wrote: > Sorry I'm so chatty today; I woke up this morning full of fire. > > Take the new galaxy.c and change 'effects' line around 351 to the second > option. Now run it and select the 'Sparkle' option. Some thoughts ... > > What's left on the screen after the galaxies collide is a *very* > random assortment of colors. Suppose we take a quadrant sample of > that and generate a number out of it. Would this work as a very > simple random number generator? > > Sam >