qrohlf / trianglify

Algorithmically generated triangle art
http://qrohlf.com/trianglify/
GNU General Public License v3.0
10.08k stars 669 forks source link

[suggestion] Add colour controls #8

Closed gemmaweirs closed 10 years ago

gemmaweirs commented 10 years ago

Hi, I think this tool is great. Thanks for making it freely available. Is there a way to add colour controls?

qrohlf commented 10 years ago

If you're using the javascript API, you can pass it your own color palettes in the form of an array of hex colors (see the read me).

Otherwise, nixterrimus made this nice demo app that shows some of the other configuration options for Trianglify: http://nixterrimus.github.io/Triangle-Play-App/

alssndro commented 10 years ago

If you just want to play around with different colours then I have an early version of an app that integrates with the ColourLovers API. You can find it here.

I may add colour selection functionality to the above app at some point (though the UI is already quite crowded). It shouldn't be too difficult, this colour picker plugin looks like it'd be useful.

Also, great work @qrohlf!

qrohlf commented 10 years ago

@alessndro I love what you've done - added it to the Readme.

@gemmaweirs since the community has implemented this so nicely, I think I'm going to close this issue in favor of adding the alternate UIs from @nixterrimus and @alessndro to the Readme.

gemmaweirs commented 10 years ago

Sorry guys I forgot about this. Thanks for the links. I like the triangle play app. Very cool!. Cheers.