Commit Graph

56 Commits

Author SHA1 Message Date
962d2ad316 Add command line parsing
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-05-22 10:45:41 -07:00
f2627f5096 Rename hash_to_matrix to matricize
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-05-21 18:26:17 -07:00
f70e5a4222 Split functionality out into matrix and color passes
* Matricizers turn a hash into a matrix
* Colorizers turn a matrix into a colored matrix

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-05-21 18:23:14 -07:00
6fef09d602 OOP-ify this sucker
Colorization can be done using a class now. This allows for more
pluggable coloring methods and lets me try out new things easier.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-05-21 12:47:50 -07:00
4d56302e1c Add a couple of examples
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-05-21 12:09:21 -07:00
adbdf85b0e initial commit
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-05-21 11:54:15 -07:00