Show HN: Trianglify – low poly style background generator with D3.js
1–10 of 32 posts
Re: Show HN: Trianglify – low poly style background generator with D3.js
#2Love it -- I would request two sliders: triangle size/density slider and color brightness... (I'd like darker screens rather than bright pastels)
Re: Show HN: Trianglify – low poly style background generator with D3.js
#3Nicely done! The noise option really makes for a great looking pattern.
Re: Show HN: Trianglify – low poly style background generator with D3.js
#4Love it -- I would request two sliders: triangle size/density slider and color brightness... (I'd like darker screens rather than bright pastels)
You should check out https://github.com/qrohlf/trianglify - the options that you'd be interested in are cellsize, x_gradient, and y_gradient.
Re: Show HN: Trianglify – low poly style background generator with D3.js
#5Github link: https://github.com/qrohlf/trianglify
Re: Show HN: Trianglify – low poly style background generator with D3.js
#6Have you thought of making a wallpaper generator of it? It would be awesome to download the output as .png with different screen resolutions
Re: Show HN: Trianglify – low poly style background generator with D3.js
#7Have you thought of making a wallpaper generator of it? It would be awesome to download the output as .png with different screen resolutions
PNG/JPG output is definitely on my wish list, since I'm going to be using this thing to generate header images for my blog posts and the whole "save as SVG > open in Illustrator > save as jpg" thing is going to get old really fast.
I haven't done much with the HTML5 canvas API yet though, and that seems like its what I'm going to have to use to rasterize the generated SVGs in the browser. Canvg[1] looks interesting, but I kind of doubt that it's going to support the noise filter (even imagemagick chokes on that one).
Re: Show HN: Trianglify – low poly style background generator with D3.js
#8[deleted]
Re: Show HN: Trianglify – low poly style background generator with D3.js
#9[deleted]
I have the same os+browser config, tried on Chrome and it works. Just click on 'Click for a new pattern'
Re: Show HN: Trianglify – low poly style background generator with D3.js
#10I get an SSL error when clicking on your site link.