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
- Host: GitHub
- URL: https://github.com/michalmuskala/mutant
- Owner: michalmuskala
- License: mit
- Created: 2015-01-28T07:57:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-31T10:27:53.000Z (about 10 years ago)
- Last Synced: 2024-10-05T10:41:11.634Z (7 months ago)
- Language: C
- Size: 410 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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.