Skip to content

Render Mandelbrot and Julia fractals quickly using your GPU.

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

emezeske/gpufrac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is gpufrac, a program that renders Julia and Mandelbrot set fractals using your GPU.

########################################################################################################
# INSTALL
########################################################################################################

To build gpufrac, make sure you have the stuff in DEPENDENCIES installed.  Then:

    $ scons
    $ ./src/gui/gpufrac-gui.py

Note that at the moment, gpufrac has to be run from the top-level source directory.

########################################################################################################
# HARDWARE
########################################################################################################

gpufrac assumes that you have a pretty decent graphics card.  Also, installing the latest drivers for your
graphics card is a very good idea.  There are known problems with older versions of the ATI drivers -- if
you happen to be running Ubuntu Intrepid Ibex, you *will* have weird problems with the default driver version.

########################################################################################################
# CREDITS
########################################################################################################

Author: Evan Mezeske

Contributors: Grady Weyenberg

About

Render Mandelbrot and Julia fractals quickly using your GPU.

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published