An open API service indexing awesome lists of open source software.

https://github.com/michalmuskala/mutant

Simmulated annealing image evloving
https://github.com/michalmuskala/mutant

Last synced: 29 days ago
JSON representation

Simmulated annealing image evloving

Awesome Lists containing this project

README

        

# Mutant

Mutant is a program to evolve images using simulated annealing method.

## Dependancies

* SDL2,
* SDL2_image,

## Compiling

Under unixes, i.e. ArchLinux:
```
$ git clone https://github.com/michalmuskala/mutant
$ cd mutant
$ yaourt -S SDL2 SDL2_image libpng
$ make
$ bin/mutant
```

Under windows use MiniGW.

## License

Project is licensed under MIT license distrubuted along the sourcecode.