Skip to content

Commit

Permalink
Add md markup
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Fan committed Nov 25, 2010
1 parent 154a3a6 commit 589924c
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions README.md
@@ -0,0 +1,42 @@
# The Image Evolver version 3.1

## Compiling:
Requires the standard Qt Libraries and g++

run in the directory:
qmake
make

## Running:
Run with ./ImageEvovler or ImageEvolver.exe

Load an image, run, and watch.

This uses a genetic algorithm, so it might take a bit to get something recognizable,
and even longer to get something cool. Please be patient!

Check the "Save Incrementally" box to save an image every so often to make a spiffy slideshow.

Stopping no longer has a short delay! Yay!


Enjoy!

# mumbo jumbo:

The ImageEvolver
Copyright (C) 2009-2010 Aaron Fan
Version 3.3

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

0 comments on commit 589924c

Please sign in to comment.