Live data from Hacker News

Show HN: Turn your name into a tree in an infinite procedural shanshui landscape

landscape.bairui.dev

1–10 of 24 posts

Show HN: Turn your name into a tree in an infinite procedural shanshui landscape

#1
Hi HN! I made this after collecting hundreds of "name → tree" submissions at ITP.

Live: https://landscape.bairui.dev/ Source: https://github.com/pearmini/infinite-landscape Plant a tree: https://tree.bairui.dev/

Pan and zoom an infinite procedural landscape. Each name is converted to ASCII codes, which grow into a unique tree (breadth-first branching; repeated digits become mathematical roses). Mountains use midpoint displacement + Perlin noise, with SVG radial gradients in the blue/green/gold palette from Wang Ximeng's "A Thousand Li of Rivers and Mountains."

Inspired by Lingdong Huang's {Shan, Shui}* (https://github.com/LingDong-/shan-shui-inf). Every tree is someone's name, signed with an APack stamp (https://apack.bairui.dev/).

Try planting your name, then pan along the ridgeline to find it. "My trees" lets you jump back to ones you planted.

Happy to answer questions about the terrain algo, name→tree encoding, or the Riso print we tiled at ITP Winter Show!

Show HN: Turn your name into a tree in an infinite procedural shanshui landscape
landscape.bairui.dev

Re: Show HN: Turn your name into a tree in an infinite procedural shanshui landscape

#4

This is very clean & creative project I planted a couple of trees of different names & symbols the one with constant reptition of characters are attractive especially when you can see a unique pattern

Thanks, Invictus1001! I use a deterministic algorithm to convert a name into a tree, so the same input always generates the same result. I'm glad you enjoyed exploring the different patterns—repeated characters often create some particularly interesting structures!

Re: Show HN: Turn your name into a tree in an infinite procedural shanshui landscape

#6
post #5

This is so cool! Could you add a feature to export my tree as an svg please? Would love to put it on my git profile !

Thanks rdksu. This means a lot to me. I just added the download feature. Now you can download your name as a PNG or SVG!

Re: Show HN: Turn your name into a tree in an infinite procedural shanshui landscape

#10
post #9

Very simple and beautiful! I planted a couple too. I wish I could zoom in further to get closeups of trees and names and the mountains. All the same it's very nice!

Hi yardshop, thanks for the kind words and the wonderful suggestion. I just updated the project so you can zoom in much further than before. Feel free to try it again!
Post reply on HN