Schlipak / IdentiHeart

Identicon generator
http://schlipak.github.io/IdentiHeart/
Apache License 2.0
20 stars 4 forks source link

Improve the procedural algorithms #2

Open Schlipak opened 8 years ago

Schlipak commented 8 years ago

The procedural algorithms should be improved in order to provide a wider variety of results, so that the outputs are less similar.

Schlipak commented 8 years ago

The renderer has been updated in order to be able to generate all possible combinations of color. The previous one could only generate n combinations, whereas the newer one generates n^k possibilities.