반응형
Trianglify: Generate colorful triangle meshes
Trianglify is a JavaScript library that lets you create colorful triangle meshes automatically, which you can then use as CSS backgrounds, or SVG images. There are controls for noise, cell size, and cell padding, and of course the whole thing is open source.
Trianglify
Trianglify is a library that I wrote to generate nice SVG background images like this one:
It was inspired by btmills/geopattern, and uses d3.js to build the polygons and SVG and SVG filters for rendering. It also includes the colorbrewer color palette library to get you up and running quickly. It was written in a single day because I got fed up with Adobe Illustrator.
Demo:
Official: http://qrohlf.com/trianglify
nixterrimus also made a nice demo app: link (source)
반응형
'프로그래밍 > Script' 카테고리의 다른 글
[jQuery] Twproject Gantt: JavaScript component for creating Gantts (0) | 2014.04.21 |
---|---|
[jQuery] jQuery UI Touch Punch (0) | 2014.04.17 |
[jQuery] scrollToBySpeed: Scroll windows by speed instead of duration (0) | 2014.04.14 |
[jQuery] Sticky Alerts: A tiny sticky alert bar plugin (0) | 2014.04.10 |
[javascript] FastClick: Eliminate lag in mobile browsers (0) | 2014.04.09 |