diff options
author | Kevin Chabowski <kevin@kch42.de> | 2010-12-19 13:05:13 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2010-12-19 13:05:13 +0100 |
commit | 292e2efab2cc61ff0327f674cf43d8ff504d7c40 (patch) | |
tree | 65cea5aadbfb8012ee30b72a1fe902abe101b4ff /README.markdown | |
parent | 0e91e3b13b1ccce9fbff16a80a3f11a47f209778 (diff) | |
download | Another-mandelbrot-viewer-292e2efab2cc61ff0327f674cf43d8ff504d7c40.tar.gz Another-mandelbrot-viewer-292e2efab2cc61ff0327f674cf43d8ff504d7c40.tar.bz2 Another-mandelbrot-viewer-292e2efab2cc61ff0327f674cf43d8ff504d7c40.zip |
Renamed README to README.markdown
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..c61acf2 --- /dev/null +++ b/README.markdown @@ -0,0 +1,16 @@ +Another mandelbrot viewer +======================== + +A Allegro-based, multithreaded (using OpenMP), graphical mandelbrot viewer with +a changeable color palette (with a integrated palette editor). + +Leaving a comment +----------------- + +If you like / dislike this program, leave a comment at: +http://kch42.de/hp/en/programming/11/mandelbrot-viewer + +How to compile +-------------- + +See 'COMPILE'. |