-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
28 lines (19 loc) · 1.31 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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