home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / sys / amiga / demos / 1436 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  843 b 

  1. Path: sparky!uunet!mcsun!Germany.EU.net!gmd.de!ira.uka.de!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!ames!network.ucsd.edu!ucsbcsl!mcl!umage
  2. From: umage@mcl.ucsb.edu (Slender Fungus)
  3. Newsgroups: alt.sys.amiga.demos
  4. Subject: Fractals
  5. Message-ID: <umage.721077863@mcl>
  6. Date: 6 Nov 92 19:24:23 GMT
  7. Sender: root@ucsbcsl.ucsb.edu
  8. Lines: 20
  9.  
  10.  
  11.  
  12.         who here has written any good fractal routines in
  13.         integer math ?
  14.  
  15.     and BTW, anybody who has compiled a mandelbrot generator,
  16.     try changing
  17. z=z*z+c    to say
  18. z=z*z+z+c
  19.  
  20.     .. really wild!
  21.  
  22.  
  23.         i'm thinking on doing some choas stuff in asm. land.
  24.  
  25.         in  fact, an idea which uses the blitter to do the
  26.     choas generating and comes out really fast is sifting out of the fog..
  27. What a cool background to a demo that'd be, eh ?  Real time fracatal..
  28.  
  29. --
  30.