Live data from Hacker News

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

maxwellito.github.io

1–10 of 39 posts

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

#6

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.

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

#7

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.

Just serialize the state in the hashfragment of the URL ;)

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

#8

Earlier quoted context omitted.

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.

Just serialize the state in the hashfragment of the URL ;)

Better find a good and efficient way to serialise it, otherwise it's gonna reach the URL length limitation. :-O

But if you're up for it, please make a PR! :-D

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

#10

Earlier quoted context omitted.

Just serialize the state in the hashfragment of the URL ;)

Better find a good and efficient way to serialise it, otherwise it's gonna reach the URL length limitation. :-O But if you're up for it, please make a PR! :-D

my only suggestion is to use something like https://gildas-lormeau.github.io/zip.js/ and compress before base64 encoding into the URL.
Post reply on HN