Live data from Hacker News

Show HN: Triangul-Art – make pixel art but with triangles

maxwellito.github.io

11–20 of 39 posts

Re: Show HN: Triangul-Art – make pixel art but with triangles

#12
post #3

What is the best way to draw an (xy-axis-aligned) rectangle with this? And what is the word for xy-axis-aligned rectangle? :)

If you're referring to a bounding box, it's called AABB (axis aligned bounding box). So I guess AA rectangle would be ok.

Re: Show HN: Triangul-Art – make pixel art but with triangles

#16

it misses a easier way to share our creations

Unfortunately it's a bit difficult to have good sharing interaction from a static webapp hosted on github. Plus, the SVG rendering on browser is not good enough (you can see the sharpness) to export the drawing as a picture for future sharing.

serialize the state in this http://www.kvstore.io/ and use the key as a url, it'd be a nice hack
Post reply on HN