Live data from Hacker News

Show HN: Get a unique sakura base on your input

getmysakura.web.app

1–7 of 7 posts

Re: Show HN: Get a unique sakura base on your input

#3
post #2

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 :)

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?

Re: Show HN: Get a unique sakura base on your input

#4
post #2

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 :)

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?

Thanks for the feedback. I think increasing the randomness on branching creation can improve the visual variation. Will try about that!~

Re: Show HN: Get a unique sakura base on your input

#7
post #2

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 :)

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 :)