Skip to content

Eraclys/GeneticArtist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Genetic Artist

Automagically redraw any image into a painting by means of artificial evolution.

Disclaimer

The idea comes from https://github.com/Tikitikitikidesuka/GeneticArtist but I found it via https://github.com/ahmedfgad/GeneticArtist. I just took it as a challenge to recreate in c# and try to make it run faster.

Key Features

  • Recreate any image through genetic algorithms: Genetic Artist uses genetic algorithms to recreate images by painting brushstrokes, resulting in unique and stunning artwork.
  • Watch the creative process in action: Allows you to watch the artist at work and see the progress brushstroke by brushstroke.
  • Self adapting: The population count and number of generation starts very low (2) but will increase by itself if the algorithm fails to find solution that improves the painting.
  • Free and open-source!: Every part of the Genetic Artist is accessible for you to experiment and tinker with. Don't be shy and contribute all you want!

How to Use

Just build GeneticArtist.App and run.

image

Example output

The result will look something like this:

output_10000

Or this:

output_11600

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages