Hacker News new | ask | show | jobs
by technomancy 4044 days ago
One cool thing about the new version is that it uses s-expressions for its file format. I was disappointed to find that I couldn't perform rotation on a group of footprints at once, but once I took a look at the file format I found it was easy to load into Racket, do a little trig, and spit out the rotated forms: https://github.com/technomancy/atreus/blob/master/atreus.rkt...