From 0e91e3b13b1ccce9fbff16a80a3f11a47f209778 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 11 Sep 2010 14:06:22 +0200 Subject: Added 'README' file. --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..c61acf2 --- /dev/null +++ b/README @@ -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'. -- cgit v1.2.3-54-g00ecf