Hacker News new | ask | show | jobs
by kelvinko 1522 days ago
This is my first try on generative Art. The tree is procedurally generated with L-system. I am also put the source here: https://github.com/kelvinkoko/hanamijs feel free to play with it and welcome for any suggestions and comments :)
1 comments

My take is that the Sakura "looks the same" to me even though it is different. Is there some way to make it look more different?
Tried to do a hashing on the "seed" input before pass to random generator, look like there are some improvement :)
Thanks for the feedback. I think increasing the randomness on branching creation can improve the visual variation. Will try about that!~