Skip to content

ars-dev-br/regex-fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regex Fractals

Toy project based on this imgur gallery.

Completed features:

  • Get image size from command line;
  • Read regex from command line;
  • Binary coloring (match/no-match).
  • Gradient coloring (size-of-match/no-match).

Missing features:

  • Handle different shapes;

Example

Example generated by running:

cargo run --release -- --on-color 000000 --off-color 000000 --match-color 481050 '.*(?:13|31|24|42)(.*)'

Example image

About

Fractal images created from regex expressions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages