Site Archived Nov 7, 2023

Devlog

These are my daily notes and internal conversations during development. They may be helpful to understand the larger context of decisions that were made, and how I learned and explored while building.

Devlog < 2023 < March < 9

| by date | | thread: collect |

As I began getting to the final stretch of the string renderer, I ran into some architectural issues. My “key selection” syntax navigates objects and groups in a simplified way that doesn’t match the complexity inside the implementation. It’s hard to write out the specific problem that I am struggling with… so maybe that means I don’t understand it yet. One thing that is bothering me is how nothing is cached, and so when I look for something in the context I calculate it from scratch every time.

| thread: collect | | by date |