Log in to follow projects

Following a project allows you to receive updates via email. It also lets the owner know that you like them.

×

Abstract Art Generator

By Oliver Smith

I made a little abstract/procedural/geometric art generator in Python.

100% complete
1 follower 5772 views
About Log (1) Discussion (0)

A few of my favorites


This was really just a few hours of messing around in Python with matplotlib. It's mainly just some voronoi, some triangles and some noise to introduce jitter, then a lot of randomness, a color gradient and layering iterations on top of each other with different alpha values. Plus the occasional bug that just does something weird (like in the last picture). The goal with this is to generate a random picture for each project on this website, so when people don't have pictures ready there's something nice there to look at - sort of like gravatar does with its generated icons.