>>6082
Trying to catch up on the code side of things, any chance you can share some of your functions for coloring squares programmatically?
From the images I'm guessing you fill each of the eight triangles separately and use some hackish transforms to map them to coordinates in the final image, but your ascii versions look more like arranging mod values in a grid and coloring those afterward.
If its the latter case, what do your loops look like and how are you distributing for example the n values to the outer edge?
>>5851
Assuming this is still the technique you're using, the challenge seems to be filling in/drawing each triangle evenly within a square grid. The actual white triangle lines look like just a graphic overlay, so which triangle does 1,1 belong to in the first two images?
Amazing work!
Hints (or code) welcome - I'd rather not start from scratch on the diagram stuff