Does anyone know how to render text using points efficiently? I don’t want to make a 16-segment display (for letters), so I’m just using points.
My idea was to use a variable, and it can be 1-26. Then I have 26 different points for each letter A-Z. But thats really tedious and wastes 26 lines of expression space.
I would essentially Have the same problem… instead of directly referencing the variable, I just reference the list with the index [1..26]. That wouldn’t really change anything.
Eh… it’s just last time I did something complex (my art submission), I used 580 lines when I think now I could’ve just used 400. It’s like PSTD but for desmos.