Geometric Art
App
|
Repo
Create desktop backgrounds, favicons, profile pictures, etc, using this simple web app. This project
turns algorithms into 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:
- Convert an image into a grid of 10 colors, where each color maps to a digit [0-9]
- Subtly modify this grid of numbers
- 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)