Geometric Art

App | Repo

Create desktop backgrounds, favicons, profile pictures, etc, using this simple web app. This project turns algorithms into art.

The Great Wave off Kanagawa plus LLoyds Method equals Geometric Art

Some features


Prime Number ASCII Art

Repo

In 2020, I stumbled accross a nifty technique for computing prime numbers that look like images.

Here's a broad overview of the techqnique:

  1. Convert an image into a grid of 10 colors, where each color maps to a digit [0-9]
  2. Subtly modify this grid of numbers
  3. Repeat step 2 until the resulting grid of numbers passes enough tests to be considered prime (note: the rows in the grid are concatenated to a single number for this check)
| Prime according to sympy.isprime.

Other projects