TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Fantasy Map Generator (2018)

214 点作者 cjlm超过 3 年前

11 条评论

spacedcowboy超过 3 年前
Something I&#x27;ve been playing with recently is Pixelforest&#x27;s flowscape - allows you to make a 3D fantasy map pretty easily in 3D, as opposed to most of them which are focussed on 2D.<p>There&#x27;s a page at <a href="https:&#x2F;&#x2F;pixelforest.itch.io&#x2F;flowscape" rel="nofollow">https:&#x2F;&#x2F;pixelforest.itch.io&#x2F;flowscape</a> which sort of shows it off - basically it&#x27;s a Unity engine &quot;game&quot; which lets you make landscapes.
评论 #29207060 未加载
drusepth超过 3 年前
Related: a list of similar map generators at <a href="https:&#x2F;&#x2F;www.fiction.tools&#x2F;#worldbuilding-map-generators" rel="nofollow">https:&#x2F;&#x2F;www.fiction.tools&#x2F;#worldbuilding-map-generators</a>
评论 #29206474 未加载
dspillett超过 3 年前
A slightly older one that produces very nice looking results for certain aesthetics is <a href="https:&#x2F;&#x2F;mewo2.com&#x2F;notes&#x2F;terrain&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mewo2.com&#x2F;notes&#x2F;terrain&#x2F;</a><p>As well as also being open source, the page gives interactive demonstrations of each step that the process takes which is interesting.<p>(edit: clicking round a bit more, Azgaar&#x27;s project lists the one at mewo2 as on if its inspirations&#x2F;influences)
xbar超过 3 年前
Always charming.<p>I have a World of Greyhawk enlarged and mounted on my wall.
dang超过 3 年前
Past related threads:<p><i>Azgaar’s Fantasy Map Generator (2018)</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21099344" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21099344</a> - Sept 2019 (36 comments)<p><i>Azgaar&#x27;s Fantasy Map Generator</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17933765" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17933765</a> - Sept 2018 (1 comment)
Nerada超过 3 年前
Surprised nobody has mentioned donjon, well worth checking out if you haven&#x27;t seen it before.<p><a href="https:&#x2F;&#x2F;donjon.bin.sh&#x2F;fantasy&#x2F;world&#x2F;" rel="nofollow">https:&#x2F;&#x2F;donjon.bin.sh&#x2F;fantasy&#x2F;world&#x2F;</a>
joe__f超过 3 年前
When I tired the &#x27;project on globe&#x27; feature, it put a tiny rectangle of the map about the size of the UK on a big black globe. Presumably not intended behaviour.<p>Otherwise very cool
评论 #29257041 未加载
sklargh超过 3 年前
This is important infrastructure for a lot of the table top RPG community (virtual and physical). Make sure to contribute to it while it&#x27;s getting the HN hug of death.
Azgaar超过 3 年前
Hello. I&#x27;m the author. Please feel free to ask the questions if you have any
jonnycomputer超过 3 年前
Pretty cool. But changing to 3d or Globe in the Menu crashes my Firefox. Happened repeatedly, so gave up.
jokoon超过 3 年前
There are plenty of similar generators, it&#x27;s not very difficult work.<p>What I&#x27;m more interested is making this a 3D world with procedural geometry, make cities, make it run as a multiplayer game... Not to mention you cannot store all that geometry, it&#x27;s too large, you can only generate the place you&#x27;re exploring on the fly and save it to a cache and then render it.<p>Then you would have to explain all your artists and game designers how to make all of this work. It&#x27;s a lot of constraints. The multiplayer side won&#x27;t be interesting unless the world is persistent, so you have to split the world into several servers to not overload servers, because players need to cross the path of other players for the game to feel alive.<p>AND THEN, you would have to adapt netcode strategies in very densely played areas like cities where you have a lot of players next to each other.<p>In the end, such game would be very popular, but I don&#x27;t think you would need a map generator like this, the map would still be done by a human because it would yield better results. What matters is the high resolution procedural geometry, at a low scale: trees, terrain, buildings, etc.<p>So yes, that&#x27;s essentially the story of developing world of warcraft, except world of warcraft has several world instances and phases, because their world is not very large when you look how many players they have, they can&#x27;t have a single world, even when they use phases, which is not a cool feature.
评论 #29209406 未加载
评论 #29209261 未加载
评论 #29257053 未加载