Good job! Here's a similar one, but animated: <a href="http://wagerfield.github.io/flat-surface-shader/" rel="nofollow">http://wagerfield.github.io/flat-surface-shader/</a>. It was on HN a few months ago.
Something similar is used by <a href="https://peerlibrary.org/" rel="nofollow">https://peerlibrary.org/</a> on their homepage’s background, except that over there the pattern is dynamically being animated — to great effect.
This is neat!<p>I built a little web app to play around with different options: <a href="http://nixterrimus.github.io/Triangle-Play-App/" rel="nofollow">http://nixterrimus.github.io/Triangle-Play-App/</a>
Gorgeous! I've been using <a href="http://cl.ly/image/0S0X0V3F2H2K" rel="nofollow">http://cl.ly/image/0S0X0V3F2H2K</a> for the last few years and looking for similar, nicely colored images to swap into a rotation. I had two fun thoughts w/r/t your code:<p>* How would you feel about using <a href="https://kuler.adobe.com/" rel="nofollow">https://kuler.adobe.com/</a> for color palettes?<p>* Would it be possible to make the patterns repeatable or tile-able?
Love it -- I would request two sliders: triangle size/density slider and color brightness... (I'd like darker screens rather than bright pastels)
This is sweet, maybe you could benefit from some of the code I wrote a little while earlier for something super similar: <a href="http://polygonz.zaucetech.com/" rel="nofollow">http://polygonz.zaucetech.com/</a>
Reminds of a kaleidoscope. Since you've based the package on Javascript, it wouldn't be too difficult/time-consuming to add some css3 animation to make it transform as such.<p>Props on making the Trianglify object so clean.
Quick one-liner for converting and resizing these to your screen resolution (with ImageMagick):<p><pre><code> $ mogrify -path converted -format png -resize 1440x900\! originals/*.svg</code></pre>