Show HN: Triangul-Art – make pixel art but with triangles
maxwellito.github.io
Show HN: Triangul-Art – make pixel art but with triangles
1–10 of 39 posts
Re: Show HN: Triangul-Art – make pixel art but with triangles
#2But this is a dummy basic editor. I know a looooot of features are missing. Check the GitHub repo for more info.
Re: Show HN: Triangul-Art – make pixel art but with triangles
#3And what is the word for xy-axis-aligned rectangle? :)
Re: Show HN: Triangul-Art – make pixel art but with triangles
#4Re: Show HN: Triangul-Art – make pixel art but with triangles
#5Re: Show HN: Triangul-Art – make pixel art but with triangles
#6it misses a easier way to share our creations
Re: Show HN: Triangul-Art – make pixel art but with triangles
#7it 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
#8Earlier 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 ;)
But if you're up for it, please make a PR! :-D
Re: Show HN: Triangul-Art – make pixel art but with triangles
#9Re: Show HN: Triangul-Art – make pixel art but with triangles
#10Earlier 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