Xref: utzoo comp.sys.ibm.pc:27588 comp.sources.wanted:7081 Path: utzoo!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!netnews.upenn.edu!eniac.seas.upenn.edu!silver From: silver@eniac.seas.upenn.edu (Andy Silverman) Newsgroups: comp.sys.ibm.pc,comp.sources.wanted Subject: Re: Mandelbrot Keywords: Where to find a good Mandelbrot program? Message-ID: <9960@netnews.upenn.edu> Date: 16 Apr 89 18:43:34 GMT References: <1434@unccvax.UUCP> Sender: news@netnews.upenn.edu Reply-To: silver@eniac.seas.upenn.edu.UUCP (Andy Silverman) Distribution: usa Organization: University of Pennsylvania Lines: 22 In article <1434@unccvax.UUCP> rhodes@unccvax.UUCP (Terry Rhodes) writes: >Where can I find a good Mandelbrot program? >The only ones I have found so far take 3 hours to generate a screen. > >I am running it on an 80286 10mhz with VGA. > >I looked in the Simtel Archives but had no luck getting a good program. I got a great program from the IBMNEW forum of Compu$erve called FRAINT.ARC, which contains FRACTINT.EXE. This program knows VGA, CGA, EGA and many "Extended" modes of screen operation. (Hercules?). Anyway, this program FLIES, because it uses 32-bit integer math on 386's and emulates this with 16-bit integer math on 286's/88's. In any case, it is FAR faster than any other program I've ever seen on my XT clone, and on my BBS's 386 it whips screens out somewhere in the neighborhood of 30 seconds. (Yes, really!) +----------------+-----------------------------------------+ | Andy Silverman | Internet: silver@eniac.seas.upenn.edu | | "Why?" | Compu$erve: 72261,531 | +----------------+-----------------------------------------+