Built a "tweak" system, imgui-style, so I can mess with all the graph layout properties in real time.

// before
const BLOCK_GAP = 36;
// after
const BLOCK_GAP = tweak("Block Gap", 36);