Skip to content
/ FaceGen2 Public

Experiment in using crude "genetic" algorithm to generate face-like images (plays up the human impulse to see faces in everything).

Notifications You must be signed in to change notification settings

gever/FaceGen2

Repository files navigation

FaceGen2

What is a gene? In this little program, a gene is a linear array of real numbers - that gene is then interpreted in various ways to create images on the screen. By selecting an image, you are choosing that gene to be the source of eight new clones. Each clone is a variation of the parent. Slight variations over time lead to significant changes.

Minimalist UX:

  • keys 'a' through 'd' select different classes of genes with different rendering styles
  • the space key (' ') will randomize the gene contents and length
  • clicking on a cell will select that gene as the parent of the next generation

Notes:

You will need a recent version of Processing installed in order to run this application.

About

Experiment in using crude "genetic" algorithm to generate face-like images (plays up the human impulse to see faces in everything).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published