diff options
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'. |