Tagged Questions
41
votes
11answers
7k views
Looking for a good world map generation algorithm
I'm working on a Civilization-like game and I'm looking for a good algorithm for generating Earth-like world maps. I've experimented with a few alternatives, but haven't hit on a real winner yet.
One ...
9
votes
5answers
421 views
Quickly find and render terrain above a given elevation
Given an elevation map consisting of lat/lon/elevation pairs, what is the fastest way to find all points above a given elevation level (or better yet, just the the 2D concave hull)?
I'm working on a ...
4
votes
5answers
472 views
Where to get Terrain Data - both free and paid?
Where can you get terrain data? What resolution data can you get for free? What resolution data can you get when you buy the data? How much is that data? I found this site that has free terrain ...
1
vote
1answer
1k views
2d terrain generation in real time
I'm trying to create a game similar to this (Note:When you click 'play', there are SFX in the game which you can't seem to turn off, so you may want to check volume). In particular, I'm interested in ...