How to Create Digital Generative Art With Pythonby@iceorfire
11,239 reads

How to Create Digital Generative Art With Python

tldt arrow
EN
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Generative Art is a way to make computer imagery look more organic and less artificial. We're using Perlin Noise to make our images look better. We'll show you the code and then we'll break down what it's doing. The current line length is a tracking variable. The flow field is used to create unique art each time it's run. The code is called "Flow Fields" and we're going to be using four pieces of code: painter, utils, numpy, Perlin2D, QColor and QPen.

People Mentioned

Mention Thumbnail
featured image - How to Create Digital Generative Art With Python
Ice or Fire HackerNoon profile picture

@iceorfire

Ice or Fire

My name is Scott and I'm a programmer in Missouri. I write things in PHP, Python, Javascript, and SQL.


Receive Stories from @iceorfire

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!