项目作者: averrin

项目描述 :
Map generator based on Voronoi Diagram and Perlin noise
高级语言: C++
项目地址: git://github.com/averrin/mapgen-viewer.git
创建时间: 2017-08-22T16:48:22Z
项目社区:https://github.com/averrin/mapgen-viewer

开源协议:

下载


If you looking for Unity usage, you can found pre-alpha version here

mapgen

Map generator based on Voronoi Diagram and Perlin noise

screenshot

Build from sources

Linux

  • Install dev version of SFML and libnoise
  • cmake .
  • make

Windows

  • Install SFML
  • Install CMake for Windows
  • cmake .
  • Built created solution with Visual Studio
  • Add libnoise.dll and sfml libraries to result folder
  • Copy images/ and font.ttf into save folder