Skip to content

jeetyadav98/genetic-drawing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic Drawing in Python

This project imitates a drawing process on a target image. The differences between this fork and the original project are:

  • Replaced jupyter notebook with a python file. Can be run locally with ease.
  • Added a gitignore and restructured the project for large build directories.
  • Changed how the memory buffer was being used, runs slightly faster now.

I used this project to create a reminiscent painting of Team Anant's ADCS from 2017. It worked pretty well.

The result: ADCS 2017

It also supports user-created sampling masks, in case you'd like to specify regions where more brushstrokes are needed (for ex, to allocate more finer details).

Original Mask
Original Mask used

Notes

  • Credit to anopara for the original project
  • Collaboration and pull requests are welcome

About

A genetic algorithm toy project for drawing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%