jasonlong / geo_pattern

Create beautiful generative geometric background images from a string.
http://jasonlong.github.io/geo_pattern/
MIT License
1.26k stars 88 forks source link

Feature proposal: abstract triangle backgrounds #63

Closed ilyacherevkov closed 7 years ago

ilyacherevkov commented 7 years ago

These backgrounds are pretty awesome: http://qrohlf.com/trianglify/ But I can generate them in Node.js only, couldn't find simple way to generate them server-side in ruby. ExecJS and therubyracer cannot compile it.

jasonlong commented 7 years ago

Hey @ilyacherevkov – I'm a huge fan of that sort of low-poly style as well, but I likely won't be adding any new patterns to this library. Due to the way it works (using SHA strings with 0-f hex values) only 16 pattern types are available and those are already in place.

hendrixfan commented 4 years ago

i made a gem for rendering server-side: TrianglePatterns