Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

nnarain/mapgen2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map Generator

Build status

A prototyping tool for 2D and 3D procedural terrain maps.

Build

Requirements:

I am managing the above with vcpkg, however that is not required as long as cmake can find them.

For vcpkg:

$ vcpkg install boost-variant
$ vcpkg install corrade --head
$ vcpkg install magnum --head

Configure and build:

$ cd /path/to/mapgen2
$ mkdir build && cd build
$ cmake .. -DCMAKE_TOOLCHAIN_FILE=/path/to/vcpkg.cmake
$ cmake --build . --target mapgen2

Ommit CMAKE_TOOLCHAIN_FILE if not using vcpkg. Set necessary Boost options (e.g. -DBoost_USE_STATIC_LIBS=OFF).

Usage

Add and connect nodes in the editor to create a noise output.

Image not found

Image not found

Releases

No releases published

Packages

No packages published