Skip to content

tonygaetani/fregex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regex Fractals

The origin of this project is from here

The recursive version of the grid-generating algorithm is not mine, I ported it from python code written by reddit user /u/wadehn here

Description

The Cartesian coordinate system has four quadrants

We split each image into quadrants

And each quadrant into four more quadrants

And continue doing so until each quadrant is a pixel.

We mark each square that matches the RegExp .*1.*

Releases

No releases published

Packages

No packages published