Live data from Hacker News

Shan, Shui: Procedurally generated Chinese landscape painting

github.com

1–10 of 40 posts

Re: Shan, Shui: Procedurally generated Chinese landscape painting

#2
Nice project.

It is strange that all the code is in index.html. I was expecting something like mountains.js, trees.js ...

It is also strange to see power towers in the drawings. Why did you add them? (I guess there s an interesting story in this detail.)

Re: Shan, Shui: Procedurally generated Chinese landscape painting

#3
The author has a lot of interesting projects on his page: https://lingdong.works/ though I haven't checked all of them out (I have no desire to watch anyone's face decay).

As a geologist, I happen to think that all landscapes are procedurally generated, though it is in general a slower generation process than the computer simulations. Nonetheless I remain fascinated by both the Earth and computational representations of it, and I really enjoy looking at simulations and art depicting landscapes, envisioning what tectonic and erosional processes could have produced the scene.

Re: Shan, Shui: Procedurally generated Chinese landscape painting

#4

Nice project. It is strange that all the code is in index.html. I was expecting something like mountains.js, trees.js ... It is also strange to see power towers in the drawings. Why did you add them? (I guess there s an interesting story in this detail.)

Agreed - very cool project that could use some refactoring.

Re: Shan, Shui: Procedurally generated Chinese landscape painting

#6
post #3

The author has a lot of interesting projects on his page: https://lingdong.works/ though I haven't checked all of them out (I have no desire to watch anyone's face decay). As a geologist, I happen to think that all landscapes are procedurally generated, though it is in general a slower generation process than the computer simulations. Nonetheless I remain fascinated by both the Earth and computational representations…

Thank you for posting this. I might not have discovered his other works page without your comment.

One odd thing happened as I was trying to see the software in action. When I clicked on the link to show the software in action https://lingdong-.github.io/shan-shui-inf/ I got a security warning from Firefox. The alternative link https://shan-shui-inf.glitch.me/ did not produce an error. I don't know why.

Re: Shan, Shui: Procedurally generated Chinese landscape painting

#7
This would be pretty sweet if it could encode a few "hidden" objects, like a "Where's Waldo" type of image, but maybe with "Where's Xi" or "Where's the Emperor". Then one could generate a large set of new content which would also be fun to comb through as a game.

Re: Shan, Shui: Procedurally generated Chinese landscape painting

#9
post #3

The author has a lot of interesting projects on his page: https://lingdong.works/ though I haven't checked all of them out (I have no desire to watch anyone's face decay). As a geologist, I happen to think that all landscapes are procedurally generated, though it is in general a slower generation process than the computer simulations. Nonetheless I remain fascinated by both the Earth and computational representations…

Whoa! Author has amazing prior projects!

Re: Shan, Shui: Procedurally generated Chinese landscape painting

#10
post #6
post #3

The author has a lot of interesting projects on his page: https://lingdong.works/ though I haven't checked all of them out (I have no desire to watch anyone's face decay). As a geologist, I happen to think that all landscapes are procedurally generated, though it is in general a slower generation process than the computer simulations. Nonetheless I remain fascinated by both the Earth and computational representations…

Thank you for posting this. I might not have discovered his other works page without your comment. One odd thing happened as I was trying to see the software in action. When I clicked on the link to show the software in action https://lingdong-.github.io/shan-shui-inf/ I got a security warning from Firefox. The alternative link https://shan-shui-inf.glitch.me/ did not produce an error. I don't know why.

It has something to do with Cloudflare, DNS, and/or Github.io links specifically, if I remember correctly. I read about it around a week or so ago on HN IIRC. May also involve Google Domains; likely some kind of edge-case bug combined with Google blocking some domains, and Cloudflare not allowing certain DNS settings for some domains or plans, if I'm reading between the lines correctly. Welcome any and all corrections to this info.

I think this is the thread:

https://news.ycombinator.com/item?id=23417046

Post reply on HN