
The tree tile movement experiments continue.

I recorded my first walkthrough video for Automadraw. Setting up OBS to record went relatively smoothly.

Working on moving tiles within a tree (using i3wm as a model). A thorny negotiation between the data structure, what feels right, and avoiding a bunch of special-case code.

Documenting my minimal gruvbox-inspired Firefox userChrome.css.
From: https://gist.github.com/GrantCuster/fb8631e711b8595084f7a551c6fb44ee

Automadraw - draw and evolve your drawing using cellular automata on a pixel grid with two keyboard-controlled cursors.

Automadraw is a new experimental app I made for my Constraint Systems project. It lets you draw and evolve your drawing using cellular automata using two keyboard controlled cursors.

I got terminal color scheme switching working with Base16 shell and wrote about it. From: https://writing.grantcuster.com/posts/2020-07-12-swapping-color-schemes-across-all-terminals-and-vim-with-pywal-and-base16/