Lithosphere Terrain Generator

Lithosphere Terrain Generator

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
User avatar
Tim Blokdijk
Posts: 1242
Joined: 29 May 2005, 11:18

Lithosphere Terrain Generator

Post by Tim Blokdijk »

I came across this project, I thought that it's quite interesting. It's written in Python and licensed as AGPL version 3.0 so it's not something that can be hooked into the engine.
Other than showing it, I'm also suspecting that it would theoretically be possible to generate the terrain in real time as needed (as it seems to be 100% procedural), essentially creating an unlimited map. I also see some really interesting path-finding problems.. :-)

http://lithosphere.codeflow.org/

http://www.youtube.com/watch?v=VE4bbDM5MV0

Image
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: Lithosphere Terrain Generator

Post by smoth »

I saw this tool but the rub of generating terrain for maps the real issue is generate the large texture not the heightfield.
User avatar
zwzsg
Kernel Panic Co-Developer
Posts: 7052
Joined: 16 Nov 2004, 13:08

Re: Lithosphere Terrain Generator

Post by zwzsg »

Post Reply

Return to “Engine”