Show HN: Generating fantasy maps – an interactive exploration
31–40 of 65 posts
Re: Show HN: Generating fantasy maps – an interactive exploration
#32Re: Show HN: Generating fantasy maps – an interactive exploration
#33Your post is really helpful. I recently tried to create procedural algorithms for medieval maps. I started with path-generation and circular city layouts. Here is my try on paths generation: http://imgur.com/CUs6P4S
Re: Show HN: Generating fantasy maps – an interactive exploration
#34Very cool! This reminds me of Amit P's polygonal map generation project, which you should look at if you're interested in this kind of stuff. http://www-cs-students.stanford.edu/~amitp/game-programming/...
Re: Show HN: Generating fantasy maps – an interactive exploration
#35Re: Show HN: Generating fantasy maps – an interactive exploration
#36Very cool! This reminds me of Amit P's polygonal map generation project, which you should look at if you're interested in this kind of stuff. http://www-cs-students.stanford.edu/~amitp/game-programming/...
Re: Show HN: Generating fantasy maps – an interactive exploration
#37You should look at how that game does it because it also involves creating a whole mythology and history to help generate civilizations and their fall/rise.
Re: Show HN: Generating fantasy maps – an interactive exploration
#38If you like making fiction maps by hand (but not fantasy maps) - have a look at this great mapping project: Open Geo Fiction: http://www.opengeofiction.net From the about page: "This world is set in modern times, so it doesn't have orcs or elves, but rather power plants, motorways and housing projects. But also picturesque old towns, beautiful national parks and lonely beaches. " It's essentially a fictional OpenStre…
Re: Show HN: Generating fantasy maps – an interactive exploration
#39Very cool! This reminds me of Amit P's polygonal map generation project, which you should look at if you're interested in this kind of stuff. http://www-cs-students.stanford.edu/~amitp/game-programming/...
Re: Show HN: Generating fantasy maps – an interactive exploration
#40Very cool! This reminds me of Amit P's polygonal map generation project, which you should look at if you're interested in this kind of stuff. http://www-cs-students.stanford.edu/~amitp/game-programming/...
The OP actually cites that project as the method they use for initial polygon generation, and tells everyone to go read it.
Somewhere I have a WinForms app I built a while back that animates the process and draws everything out step by step.