(no title)
AxiomLab | 16 days ago
I run into similar 'quantization' challenges when building generative design systems in Python. Sometimes a mathematically 'perfect' alignment on the grid looks optically wrong to the human eye. The anti-aliasing logic described here is a great mental model for handling those edge cases.
necovek|16 days ago
AxiomLab|13 days ago
The bottleneck I'm tackling isn't the design theory itself, but the computational translation of it: how to convert that human visual intuition into a deterministic set of math rules for dynamic generation.
If you know of any resources that specifically bridge type design heuristics with programmatic geometry, I'd love to check them out.