Join Nostr
2024-06-11 08:31:05 UTC
in reply to

James Brown on Nostr: In practice it's complicated by the fact that these panels update two lines at once. ...

In practice it's complicated by the fact that these panels update two lines at once. Every time you update a column in the outer half, you're also updating one in the inner half. I couldn't find a simple procedural update strategy to spread these evenly, so I ended up generating a lookup table for it using simulated annealing.